Uses of Class
com.codedjson.exceptions.AbsolutePathConstraintError
-
Packages that use AbsolutePathConstraintError Package Description com.codedjson com.codedjson.utils -
-
Uses of AbsolutePathConstraintError in com.codedjson
Methods in com.codedjson that throw AbsolutePathConstraintError Modifier and Type Method Description String
CJson. deserializeAsString()
DeserializesCJSON
content and returns as string.
No need to explicitly deserialize CJSON contexts and call this method to get the deserializedString
.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.Constructors in com.codedjson that throw AbsolutePathConstraintError Constructor Description CJson(String content)
Parser forCJSON
content.CJson(Path filePath)
CJson parser using file path. -
Uses of AbsolutePathConstraintError in com.codedjson.utils
Methods in com.codedjson.utils that throw AbsolutePathConstraintError Modifier and Type Method Description protected void
Decode. decodeKeywords()
-