| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
ARRAY_END_SIGN |
"]" |
public static final String |
ARRAY_START_SIGN |
"[" |
public static final String |
EMPTY_STRING |
"" |
public static final String |
JSON_OBJECT_END |
"}" |
public static final String |
JSON_OBJECT_START |
"{" |
public static final String |
NEW_LINE_SIGN |
"," |
public static final String |
NORMAL_DOT |
"." |
public static final String |
REGEX_DOT |
"\\." |
public static final String |
SIMPLE_ARRAY_DELIMITER |
"," |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
INIT_SIZE |
100 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
NULL_VALUE |
"null" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
INDEXES_PATTERN |
"\\s*(\\[\\s*((([1-9]\\d*)|0)|\\*)\\s*]\\s*)+" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
CANNOT_FIND_JSON_TYPE_OBJ |
"Cannot find valid JSON type resolver for class: \'%s\'. \n for property: %s, and object value: %s \nPlease consider add sufficient resolver to your resolvers." |
public static final String |
CANNOT_FIND_TYPE_RESOLVER_MSG |
"Cannot find valid JSON type resolver for class: \'%s\'. \nPlease consider add sufficient resolver to your resolvers." |
public static final String |
PROPERTY_KEY_NEEDS_TO_BE_STRING_TYPE |
"Unsupported property key type: %s for key: %s, Property key needs to be a string type" |
Copyright © 2020. All rights reserved.