Uses of Class
com.codedjson.exceptions.UndeserializedCJSON
-
Packages that use UndeserializedCJSON Package Description com.codedjson -
-
Uses of UndeserializedCJSON in com.codedjson
Methods in com.codedjson that throw UndeserializedCJSON Modifier and Type Method Description T
CJson. remove(String key)
Removes a key value set from deserialized JSON.
Takes json path as input and returns updated Serialized class.T
CJson. remove(List<String> keyList)
Removes a key value set from deserialized JSON.
Takes list of json paths as input and returns updated Serialized class.
-