Uses of Class
com.codedjson.exceptions.VariableInjectionException
-
Packages that use VariableInjectionException Package Description com.codedjson -
-
Uses of VariableInjectionException in com.codedjson
Methods in com.codedjson that throw VariableInjectionException Modifier and Type Method Description T
CJson. deserialize(Class<T> classType)
Deserializes CJSON content and returns Java Object equivalent toclassType
.T
CJson. inject(Class<T> classType, String key, Object value)
Injects single key and value.T
CJson. inject(Class<T> classType, HashMap<String,Object> injectingObj)
Inject a hashmap to a json object.
-