public final class Constants
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
C_DOLLOR
The Dollar character
|
static int |
C_USOCRE
The underscore character
|
static java.lang.String |
ID |
static java.lang.String |
ID_KEY |
static java.lang.String |
JSON_STRING |
static java.lang.String |
K_ARRAY
The JSON Key for wrapper type anonymous JSON array
|
static java.lang.String |
K_ARRAY_ELEM
The JSON Key for wrapper type anonymous JSON array elements
|
static java.lang.String |
K_OBJECT
The JSON Key for wrapper type JSON Object
|
static java.lang.String |
ORG_APACHE_SYNAPSE_COMMONS_JSON_JSON_INPUT_STREAM |
static java.lang.String |
PRECEDING_DIGIT
Final prefix for local names that have preceding digits
|
static java.lang.String |
PRECEDING_DIGIT_S
Used when the local name starts with a digit character.
|
static java.lang.String |
PRECEDING_DOLLOR |
static java.lang.String |
PRECEDING_DOLLOR_S
Used when the local name starts with the $ character.
|
static java.lang.String |
PRESERVE_SPACES |
static java.lang.String |
SET_CONTENT_TYPE_CHARACTER_ENCODING |
static java.lang.String |
SYNAPSE_COMMONS_ENABLE_XML_NIL_READ_WRITE |
static java.lang.String |
SYNAPSE_COMMONS_ENABLE_XML_NULL_FOR_EMPTY_ELEMENT |
static java.lang.String |
SYNAPSE_COMMONS_JSON_BUILD_VALID_NC_NAMES |
static java.lang.String |
SYNAPSE_COMMONS_JSON_DISABLE_AUTO_PRIMITIVE_CUSTOM_REPLACE_REGEX |
static java.lang.String |
SYNAPSE_COMMONS_JSON_DISABLE_AUTO_PRIMITIVE_CUSTOM_REPLACE_SEQUENCE |
static java.lang.String |
SYNAPSE_COMMONS_JSON_OUTPUT_AUTO_PRIMITIVE |
static java.lang.String |
SYNAPSE_COMMONS_JSON_OUTPUT_DISABLE_AUTO_PRIMITIVE_REGEX |
static java.lang.String |
SYNAPSE_COMMONS_JSON_OUTPUT_EMPTY_XML_ELEM_TO_EMPTY_STR |
static java.lang.String |
SYNAPSE_COMMONS_JSON_OUTPUT_ENABLE_NS_DECLARATIONS |
static java.lang.String |
SYNAPSE_COMMONS_JSON_OUTPUT_JSON_OUT_AUTO_ARRAY |
static java.lang.String |
SYNAPSE_COMMONS_JSON_OUTPUT_JSON_OUT_MULTIPLE_PI |
static java.lang.String |
SYNAPSE_COMMONS_JSON_OUTPUT_NAMESPACE_SEP_CHAR |
static java.lang.String |
SYNAPSE_COMMONS_JSON_OUTPUT_XML_OUT_AUTO_ARRAY |
static java.lang.String |
SYNAPSE_COMMONS_JSON_OUTPUT_XML_OUT_MULTIPLE_PI |
static java.lang.String |
SYNAPSE_COMMONS_JSON_PRESERVE_NAMESPACE |
static java.lang.String |
SYNAPSE_JSON_TO_XML_PROCESS_INSTRUCTION_ENABLE
Property to inform Staxon library to include xml multiple processing instruction in JSON -> XML transformation
|
public static final java.lang.String JSON_STRING
public static final java.lang.String K_OBJECT
public static final java.lang.String K_ARRAY
public static final java.lang.String K_ARRAY_ELEM
public static final java.lang.String ID
public static final java.lang.String PRECEDING_DIGIT_S
public static final java.lang.String PRECEDING_DIGIT
public static final java.lang.String PRECEDING_DOLLOR_S
public static final java.lang.String PRECEDING_DOLLOR
public static final int C_DOLLOR
public static final int C_USOCRE
public static final java.lang.String ID_KEY
public static final java.lang.String SYNAPSE_COMMONS_JSON_PRESERVE_NAMESPACE
public static final java.lang.String SYNAPSE_COMMONS_JSON_BUILD_VALID_NC_NAMES
public static final java.lang.String SYNAPSE_COMMONS_JSON_OUTPUT_AUTO_PRIMITIVE
public static final java.lang.String SYNAPSE_COMMONS_JSON_OUTPUT_NAMESPACE_SEP_CHAR
public static final java.lang.String SYNAPSE_COMMONS_JSON_OUTPUT_ENABLE_NS_DECLARATIONS
public static final java.lang.String SYNAPSE_COMMONS_JSON_OUTPUT_DISABLE_AUTO_PRIMITIVE_REGEX
public static final java.lang.String SYNAPSE_COMMONS_JSON_OUTPUT_JSON_OUT_AUTO_ARRAY
public static final java.lang.String SYNAPSE_COMMONS_JSON_OUTPUT_JSON_OUT_MULTIPLE_PI
public static final java.lang.String SYNAPSE_COMMONS_JSON_OUTPUT_XML_OUT_AUTO_ARRAY
public static final java.lang.String SYNAPSE_COMMONS_JSON_OUTPUT_XML_OUT_MULTIPLE_PI
public static final java.lang.String SYNAPSE_COMMONS_JSON_OUTPUT_EMPTY_XML_ELEM_TO_EMPTY_STR
public static final java.lang.String SET_CONTENT_TYPE_CHARACTER_ENCODING
public static final java.lang.String SYNAPSE_JSON_TO_XML_PROCESS_INSTRUCTION_ENABLE
public static final java.lang.String ORG_APACHE_SYNAPSE_COMMONS_JSON_JSON_INPUT_STREAM
public static final java.lang.String SYNAPSE_COMMONS_ENABLE_XML_NIL_READ_WRITE
public static final java.lang.String SYNAPSE_COMMONS_JSON_DISABLE_AUTO_PRIMITIVE_CUSTOM_REPLACE_REGEX
public static final java.lang.String SYNAPSE_COMMONS_JSON_DISABLE_AUTO_PRIMITIVE_CUSTOM_REPLACE_SEQUENCE
public static final java.lang.String SYNAPSE_COMMONS_ENABLE_XML_NULL_FOR_EMPTY_ELEMENT
public static final java.lang.String PRESERVE_SPACES
Copyright © 2005-2020 Apache Software Foundation. All Rights Reserved.