Package com.blackrook.json.annotation
Annotation Interface JSONType
An annotation for telling
JSONObject
that this object type
needs special rules for conversion (both to and from this type).- Author:
- Matthew Tropiano
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionClass<? extends JSONConverter<Object>>
This class's converter class.
-
Element Details
-
converter
Class<? extends JSONConverter<Object>> converterThis class's converter class.- Returns:
- the JSONConverter class to use.
- Default:
- com.blackrook.json.JSONDefaultConverter.class
-