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 TCJson. deserialize(Class<T> classType)Deserializes CJSON content and returns Java Object equivalent toclassType.TCJson. inject(Class<T> classType, String key, Object value)Injects single key and value.TCJson. inject(Class<T> classType, HashMap<String,Object> injectingObj)Inject a hashmap to a json object.
-