Uses of Interface
com.blackrook.json.JSONConverter
Package
Description
Contains a set of classes for JSON parsing and object handling.
Contains some pre-packaged converters.
-
Uses of JSONConverter in com.blackrook.json
Modifier and TypeClassDescriptionclass
Default converter for all types of objects that are not a part of the annotated conversions.Modifier and TypeMethodDescription<E> JSONConverter<E>
JSONConverterSet.getConverter
(Class<E> clazz) Gets a converter for a type.static <E> JSONConverter<E>
JSONObject.getConverter
(Class<E> clazz) Gets a converter for a type for the default converter set.Modifier and TypeMethodDescription<E> void
JSONConverterSet.setConverter
(Class<E> clazz, JSONConverter<E> converter) Sets a converter for a type.static <E> void
JSONObject.setConverter
(Class<E> clazz, JSONConverter<E> converter) Sets a converter for a type. -
Uses of JSONConverter in com.blackrook.json.converters
Modifier and TypeClassDescriptionclass
A special converter that converts dates from strings to Dates in JSON member data.class
A special converter that converts dates from milliseconds since Epoch to Dates in JSON member data.class
A JSON date/time converter that uses the formatyyyy-MM-dd'T'HH:mm:ss.SSS'Z'
in UTC time as the format.