SecureJSON
1.1.0
Introduction
License
Contributing
Javadoc
com.chelseaurquhart.securejson
EncodingAwareCharacterIterator.Encoding
HugeDecimal
IConsumer
IFunction
IJSONAware
IJSONDeserializeAware
IJSONSerializeAware
IThrowableConsumer
IThrowableFunction
IWritableCharSequence
JSONDecodeException
JSONDecodeException.EmptyJSONException
JSONDecodeException.ExtraCharactersException
JSONDecodeException.InvalidTokenException
JSONDecodeException.MalformedJSONException
JSONDecodeException.MalformedListException
JSONDecodeException.MalformedMapException
JSONDecodeException.MalformedNumberException
JSONDecodeException.MalformedStringException
JSONDecodeException.MalformedUnicodeValueException
JSONEncodeException
JSONEncodeException.InvalidTypeException
JSONException
JSONReader.Builder
Constructors
Methods
JSONReader.ContainerStack
JSONReader.IContainer
ListReader.Container
MapReader.Container
NotImplementedException
ObjectReader.IdentityHashSet
Objects
Relativity
SecureJSON
SecureJSON.Builder
Serialize
SecureJSON
Docs
»
Javadoc
»
com.chelseaurquhart.securejson
»
JSONReader.Builder
JSONReader.Builder
¶
static class
Builder
¶
Builder for JSONReader.
Constructors
¶
Builder
¶
Builder
(
Settings
parSettings
)
¶
Methods
¶
build
¶
JSONReader
build
(
)
¶
numberReader
¶
Builder
numberReader
(
IReader<
Number
>
parNumberReader
)
¶
stringReader
¶
Builder
stringReader
(
IReader<
CharSequence
>
parStringReader
)
¶