All Classes and Interfaces

Class
Description
Provides a hint to the default deserializer that the generic type for a collection takes a specific single type (Lists, Sets).
JSON conversion exception, thrown when a JSONConverter fails.
JSON converters.
A set of converters for converting Java object types to JSON types, and back.
A special converter that converts dates from strings to Dates in JSON member data.
A special converter that converts dates from milliseconds since Epoch to Dates in JSON member data.
Default converter for all types of objects that are not a part of the annotated conversions.
An annotation for telling JSONObject that this field or method should not be serialized into a JSON construct of any kind.
A JSON date/time converter that uses the format yyyy-MM-dd'T'HH:mm:ss.SSS'Z' in UTC time as the format.
Provides a hint to the default deserializer that the generic types for a map-based collection that takes a two types (Maps).
An annotation for telling JSONObject that this field or method should be mapped to a particular name.
JSON Object abstraction.
JavaScript type of a JSONObject.
A class for reading JSON data into JSONObjects.
An annotation for telling JSONObject that this object type needs special rules for conversion (both to and from this type).
A class for writing JSON data to JSON representation.
The JSON export options to pass to the writer methods.
Breaks up a stream of characters into lexicographical tokens.
This is a info kernel that tells a Lexer how to interpret certain characters and identifiers.
Abstract parser class.
Thrown when a Parser has a problem.
This holds a series of Reader streams such that the stream on top is the current active stream.
Lexer token object.
A factory that produces type profiles for POJOs and data objects.
An interface for figuring out whether to ignore certain fields or methods on an object that a profile is being generated for (if they are already going to pass testing for includable fields).
Type profile for an unknown object that has an ambiguous signature for applying values to POJOs and beans.
Field information.
Method signature.
A utility class.