Class ValidatorConstants
- java.lang.Object
-
- org.apache.synapse.commons.json.jsonprocessor.constants.ValidatorConstants
-
public class ValidatorConstants extends Object
Constants used in JSON parser.
-
-
Field Summary
Fields Modifier and Type Field Description static Set<String>
ARRAY_KEYS
static Set<String>
BOOLEAN_KEYS
static String
CONST
static String
ENUM
static Set<String>
NOMINAL_KEYS
static Set<String>
NULL_KEYS
static Set<String>
NUMERIC_KEYS
static Set<String>
OBJECT_KEYS
static String
TYPE_KEY
-
-
-
Field Detail
-
TYPE_KEY
public static final String TYPE_KEY
- See Also:
- Constant Field Values
-
ENUM
public static final String ENUM
- See Also:
- Constant Field Values
-
CONST
public static final String CONST
- See Also:
- Constant Field Values
-
-