Serialized Form


Package org.kopitubruk.util.json

Class org.kopitubruk.util.json.BadPropertyNameException extends JSONException implements Serializable

serialVersionUID: 1L

Serialized Fields

propertyName

String propertyName
The bad property name.


cfg

JSONConfig cfg

Class org.kopitubruk.util.json.DataStructureLoopException extends JSONException implements Serializable

serialVersionUID: 1L

Serialized Fields

offender

Object offender
toString() of the offending object.


objStack

Object[] objStack
Copy of the object stack.

Class org.kopitubruk.util.json.DuplicatePropertyNameException extends JSONException implements Serializable

serialVersionUID: 1L

Serialized Fields

duplicateName

String duplicateName
The duplicate property name.

Class org.kopitubruk.util.json.JSONConfig extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

locale

Locale locale
A locale used for error messages and localization by JSONAbles if applicable.


objStack

List<E> objStack
Used by JSONUtil to detect data structure loops.


validationPat

Pattern validationPat
The property name validation pattern.


numberFormatMap

Map<K,V> numberFormatMap
Optional number formats mapped from different number types.


dateGenFormat

DateFormat dateGenFormat
A date formatter when encoding Dates.


customDateParseFormats

List<E> customDateParseFormats
Custom date parsing formats.


dateParseFormats

List<E> dateParseFormats
Custom date parsing formats plus ISO 8601 parsing formats.


reflectClasses

Map<K,V> reflectClasses
The set of classes that reflection should be used for.


indentPadding

IndentPadding indentPadding
Indent padding object.


reflectionPrivacy

int reflectionPrivacy
The privacy level for reflection.


unmatchedSurrogatePolicy

int unmatchedSurrogatePolicy
The bad surrogate policy.


undefinedCodePointPolicy

int undefinedCodePointPolicy
The undefined code point policy.


validatePropertyNames

boolean validatePropertyNames

detectDataStructureLoops

boolean detectDataStructureLoops

escapeBadIdentifierCodePoints

boolean escapeBadIdentifierCodePoints

fullJSONIdentifierCodePoints

boolean fullJSONIdentifierCodePoints

fastStrings

boolean fastStrings

encodeNumericStringsAsNumbers

boolean encodeNumericStringsAsNumbers

escapeNonAscii

boolean escapeNonAscii

unEscapeWherePossible

boolean unEscapeWherePossible

escapeSurrogates

boolean escapeSurrogates

passThroughEscapes

boolean passThroughEscapes

encodeDatesAsStrings

boolean encodeDatesAsStrings

reflectUnknownObjects

boolean reflectUnknownObjects

preciseNumbers

boolean preciseNumbers

smallNumbers

boolean smallNumbers

usePrimitiveArrays

boolean usePrimitiveArrays

cacheReflectionData

boolean cacheReflectionData

quoteIdentifier

boolean quoteIdentifier

useECMA6

boolean useECMA6

allowReservedWordsInIdentifiers

boolean allowReservedWordsInIdentifiers

encodeDatesAsObjects

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 locale

Class org.kopitubruk.util.json.JSONParserException extends JSONException implements Serializable

serialVersionUID: 1L

Serialized Fields

badData

String badData

quote

Character quote

e

Exception e

expectedTokenType

org.kopitubruk.util.json.JSONParser.TokenType expectedTokenType

tokenType

org.kopitubruk.util.json.JSONParser.TokenType tokenType

index

long index

high

int high

low

int low

malformedCodePoint

boolean malformedCodePoint

Class org.kopitubruk.util.json.JSONReflectionException extends JSONException implements Serializable

serialVersionUID: 1L

Serialized Fields

offender

Object offender

field

String field

level

int level

badObject

boolean badObject

Class org.kopitubruk.util.json.LoopDetectionFailureException extends JSONException implements Serializable

serialVersionUID: 1L

Serialized Fields

stackIndex

int stackIndex

objStackLength

int objStackLength
Copy of the object stack.

Class org.kopitubruk.util.json.UndefinedCodePointException extends JSONException implements Serializable

serialVersionUID: 1L

Serialized Fields

strValue

String strValue

position

int position

codePoint

int codePoint

Class org.kopitubruk.util.json.UnmatchedSurrogateException extends JSONException implements Serializable

serialVersionUID: 1L

Serialized Fields

strValue

String strValue

position

int position

unmatchedSurrogate

char unmatchedSurrogate



Copyright © 2016. All rights reserved.