Uses of Class
org.cakelab.json.codec.JSONMappingMap
-
Packages that use JSONMappingMap Package Description org.cakelab.json This package contains a JSON API and a JSON/POJO codec.org.cakelab.json.codec -
-
Uses of JSONMappingMap in org.cakelab.json
Fields in org.cakelab.json declared as JSONMappingMap Modifier and Type Field Description static JSONMappingMap
JSONDefaults. MAPPING
-
Uses of JSONMappingMap in org.cakelab.json.codec
Fields in org.cakelab.json.codec declared as JSONMappingMap Modifier and Type Field Description JSONMappingMap
JSONCodecConfiguration. mapping
Defines list of specific JSON mappings to be used by the json modeller.Methods in org.cakelab.json.codec that return JSONMappingMap Modifier and Type Method Description JSONMappingMap
JSONMappingMap. add(JSONMapping<?,?> mapping)
Methods in org.cakelab.json.codec with parameters of type JSONMappingMap Modifier and Type Method Description JSONCodecConfiguration
JSONCodecConfiguration. mapping(JSONMappingMap mapping)
Constructors in org.cakelab.json.codec with parameters of type JSONMappingMap Constructor Description JSONCodecConfiguration(java.nio.charset.Charset charset, boolean ignoreNull, boolean ignoreMissingFields, boolean supportClassAttribute, JSONParserFactory parserFactory, JSONFormatter formatter, JSONMappingMap mapping)
JSONMappingMap(JSONMappingMap knownMappings)
JSONMappingMap(JSONMappingMap knownMappings, JSONMapping<?,?> mapping)
-