|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Package org.kopitubruk.util.json |
|---|
| Class org.kopitubruk.util.json.BadPropertyNameException extends JSONException implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
String propertyName
JSONConfig cfg
| Class org.kopitubruk.util.json.DataStructureLoopException extends JSONException implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
Object offender
Object[] objStack
| Class org.kopitubruk.util.json.DuplicatePropertyNameException extends JSONException implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
String duplicateName
| Class org.kopitubruk.util.json.JSONConfig extends Object implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
Locale locale
JSONAbles if
applicable.
List<E> objStack
Pattern validationPat
Map<K,V> numberFormatMap
DateFormat dateGenFormat
List<E> customDateParseFormats
List<E> dateParseFormats
Map<K,V> reflectClasses
IndentPadding indentPadding
int reflectionPrivacy
int unmatchedSurrogatePolicy
int undefinedCodePointPolicy
boolean validatePropertyNames
boolean detectDataStructureLoops
boolean escapeBadIdentifierCodePoints
boolean fullJSONIdentifierCodePoints
boolean fastStrings
boolean encodeNumericStringsAsNumbers
boolean escapeNonAscii
boolean unEscapeWherePossible
boolean escapeSurrogates
boolean passThroughEscapes
boolean encodeDatesAsStrings
boolean reflectUnknownObjects
boolean preciseNumbers
boolean smallNumbers
boolean usePrimitiveArrays
boolean cacheReflectionData
boolean quoteIdentifier
boolean useECMA6
boolean allowReservedWordsInIdentifiers
boolean encodeDatesAsObjects
| Class org.kopitubruk.util.json.JSONConfigDefaults extends Object implements Serializable |
|---|
serialVersionUID: 1L
| Class org.kopitubruk.util.json.JSONException extends IllegalArgumentException implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
Locale locale
| Class org.kopitubruk.util.json.JSONParserException extends JSONException implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
String badData
Character quote
Exception e
org.kopitubruk.util.json.JSONParser.TokenType expectedTokenType
org.kopitubruk.util.json.JSONParser.TokenType tokenType
long index
int high
int low
boolean malformedCodePoint
| Class org.kopitubruk.util.json.JSONReflectionException extends JSONException implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
Object offender
String field
int level
boolean badObject
| Class org.kopitubruk.util.json.LoopDetectionFailureException extends JSONException implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
int stackIndex
int objStackLength
| Class org.kopitubruk.util.json.UndefinedCodePointException extends JSONException implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
String strValue
int position
int codePoint
| Class org.kopitubruk.util.json.UnmatchedSurrogateException extends JSONException implements Serializable |
|---|
serialVersionUID: 1L
| Serialized Fields |
|---|
String strValue
int position
char unmatchedSurrogate
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||