Package org.apache.synapse.commons.json
Class Constants
- java.lang.Object
-
- org.apache.synapse.commons.json.Constants
-
public final class Constants extends Object
-
-
Field Summary
-
-
-
Field Detail
-
JSON_STRING
public static final String JSON_STRING
- See Also:
- Constant Field Values
-
K_OBJECT
public static final String K_OBJECT
The JSON Key for wrapper type JSON Object- See Also:
- Constant Field Values
-
K_ARRAY
public static final String K_ARRAY
The JSON Key for wrapper type anonymous JSON array- See Also:
- Constant Field Values
-
K_ARRAY_ELEM
public static final String K_ARRAY_ELEM
The JSON Key for wrapper type anonymous JSON array elements- See Also:
- Constant Field Values
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
PRECEDING_DIGIT_S
public static final String PRECEDING_DIGIT_S
Used when the local name starts with a digit character.- See Also:
- Constant Field Values
-
PRECEDING_DIGIT
public static final String PRECEDING_DIGIT
Final prefix for local names that have preceding digits- See Also:
- Constant Field Values
-
PRECEDING_DOLLOR_S
public static final String PRECEDING_DOLLOR_S
Used when the local name starts with the $ character.- See Also:
- Constant Field Values
-
PRECEDING_DOLLOR
public static final String PRECEDING_DOLLOR
- See Also:
- Constant Field Values
-
C_DOLLOR
public static final int C_DOLLOR
The Dollar character- See Also:
- Constant Field Values
-
C_USOCRE
public static final int C_USOCRE
The underscore character- See Also:
- Constant Field Values
-
ID_KEY
public static final String ID_KEY
- See Also:
- Constant Field Values
-
SYNAPSE_COMMONS_JSON_PRESERVE_NAMESPACE
public static final String SYNAPSE_COMMONS_JSON_PRESERVE_NAMESPACE
- See Also:
- Constant Field Values
-
SYNAPSE_COMMONS_JSON_BUILD_VALID_NC_NAMES
public static final String SYNAPSE_COMMONS_JSON_BUILD_VALID_NC_NAMES
- See Also:
- Constant Field Values
-
SYNAPSE_COMMONS_JSON_OUTPUT_AUTO_PRIMITIVE
public static final String SYNAPSE_COMMONS_JSON_OUTPUT_AUTO_PRIMITIVE
- See Also:
- Constant Field Values
-
SYNAPSE_COMMONS_JSON_OUTPUT_NAMESPACE_SEP_CHAR
public static final String SYNAPSE_COMMONS_JSON_OUTPUT_NAMESPACE_SEP_CHAR
- See Also:
- Constant Field Values
-
SYNAPSE_COMMONS_JSON_OUTPUT_ENABLE_NS_DECLARATIONS
public static final String SYNAPSE_COMMONS_JSON_OUTPUT_ENABLE_NS_DECLARATIONS
- See Also:
- Constant Field Values
-
SYNAPSE_COMMONS_JSON_OUTPUT_DISABLE_AUTO_PRIMITIVE_REGEX
public static final String SYNAPSE_COMMONS_JSON_OUTPUT_DISABLE_AUTO_PRIMITIVE_REGEX
- See Also:
- Constant Field Values
-
SYNAPSE_COMMONS_JSON_OUTPUT_JSON_OUT_AUTO_ARRAY
public static final String SYNAPSE_COMMONS_JSON_OUTPUT_JSON_OUT_AUTO_ARRAY
- See Also:
- Constant Field Values
-
SYNAPSE_COMMONS_JSON_OUTPUT_JSON_OUT_MULTIPLE_PI
public static final String SYNAPSE_COMMONS_JSON_OUTPUT_JSON_OUT_MULTIPLE_PI
- See Also:
- Constant Field Values
-
SYNAPSE_COMMONS_JSON_OUTPUT_XML_OUT_AUTO_ARRAY
public static final String SYNAPSE_COMMONS_JSON_OUTPUT_XML_OUT_AUTO_ARRAY
- See Also:
- Constant Field Values
-
SYNAPSE_COMMONS_JSON_OUTPUT_XML_OUT_MULTIPLE_PI
public static final String SYNAPSE_COMMONS_JSON_OUTPUT_XML_OUT_MULTIPLE_PI
- See Also:
- Constant Field Values
-
SYNAPSE_COMMONS_JSON_OUTPUT_EMPTY_XML_ELEM_TO_EMPTY_STR
public static final String SYNAPSE_COMMONS_JSON_OUTPUT_EMPTY_XML_ELEM_TO_EMPTY_STR
- See Also:
- Constant Field Values
-
SET_CONTENT_TYPE_CHARACTER_ENCODING
public static final String SET_CONTENT_TYPE_CHARACTER_ENCODING
- See Also:
- Constant Field Values
-
SYNAPSE_JSON_TO_XML_PROCESS_INSTRUCTION_ENABLE
public static final String SYNAPSE_JSON_TO_XML_PROCESS_INSTRUCTION_ENABLE
Property to inform Staxon library to include xml multiple processing instruction in JSON -> XML transformation- See Also:
- Constant Field Values
-
ORG_APACHE_SYNAPSE_COMMONS_JSON_JSON_INPUT_STREAM
public static final String ORG_APACHE_SYNAPSE_COMMONS_JSON_JSON_INPUT_STREAM
- See Also:
- Constant Field Values
-
SYNAPSE_COMMONS_ENABLE_XML_NIL_READ_WRITE
public static final String SYNAPSE_COMMONS_ENABLE_XML_NIL_READ_WRITE
- See Also:
- Constant Field Values
-
SYNAPSE_COMMONS_JSON_DISABLE_AUTO_PRIMITIVE_CUSTOM_REPLACE_REGEX
public static final String SYNAPSE_COMMONS_JSON_DISABLE_AUTO_PRIMITIVE_CUSTOM_REPLACE_REGEX
- See Also:
- Constant Field Values
-
SYNAPSE_COMMONS_JSON_DISABLE_AUTO_PRIMITIVE_CUSTOM_REPLACE_SEQUENCE
public static final String SYNAPSE_COMMONS_JSON_DISABLE_AUTO_PRIMITIVE_CUSTOM_REPLACE_SEQUENCE
- See Also:
- Constant Field Values
-
SYNAPSE_COMMONS_ENABLE_XML_NULL_FOR_EMPTY_ELEMENT
public static final String SYNAPSE_COMMONS_ENABLE_XML_NULL_FOR_EMPTY_ELEMENT
- See Also:
- Constant Field Values
-
PRESERVE_SPACES
public static final String PRESERVE_SPACES
- See Also:
- Constant Field Values
-
-