Uses of Class
org.cakelab.json.codec.JSONModeller
-
Packages that use JSONModeller Package Description org.cakelab.json.codec -
-
Uses of JSONModeller in org.cakelab.json.codec
Methods in org.cakelab.json.codec with parameters of type JSONModeller Modifier and Type Method Description abstract JAVAT
JSONMapping. toJava(JSONModeller modeller, JSONT jsonValue)
Instantiate a new Java object of type JAVAT and initialise it from JSON value of type JSONT.abstract void
JSONMapping. toJava(JSONModeller modeller, JSONT jsonAny, JAVAT targetObject)
Initialise given javaValue from give jsonValue.<T> T
JSONMappingMap. toJava(JSONModeller modeller, java.lang.Object jsonAny, java.lang.Class<T> javaType)
<T> T
JSONMappingMap. toJava(JSONModeller modeller, java.lang.Object jsonAny, T targetObject)
abstract JSONT
JSONMapping. toJson(JSONModeller modeller, JAVAT javaValue)
Implementation maps given javaValue to a valid JSON value.<T> java.lang.Object
JSONMappingMap. toJson(JSONModeller modeller, T javaValue)
-