Skip navigation links
json-lib 3.0.2-SNAPSHOT
A B C D E F G H I J K L M N O P Q R S T U V W X _ 

C

CAMEL_CASE - Static variable in class org.kordamp.json.util.JavaIdentifierTransformer
CamelCase transformer 'camel case' => 'camelCase'
clear() - Method in class org.kordamp.json.JSONArray
 
clear() - Method in class org.kordamp.json.JSONObject
 
clearJavaPropertyNameProcessors() - Method in class org.kordamp.json.JsonConfig
Removes all registered PropertyNameProcessors.
[JSON -> Java]
clearJsonBeanProcessors() - Method in class org.kordamp.json.JsonConfig
Removes all registered JsonBeanProcessors.
[Java -> JSON]
clearJsonEventListeners() - Method in class org.kordamp.json.JsonConfig
Removes all registered listener for JSON Events.
[Java -> JSON]
clearJsonPropertyNameProcessors() - Method in class org.kordamp.json.JsonConfig
Removes all registered PropertyNameProcessors.
[Java -> JSON]
clearJsonValueProcessors() - Method in class org.kordamp.json.JsonConfig
Removes all registered JsonValueProcessors.
[Java -> JSON]
clearNamespaces() - Method in class org.kordamp.json.xml.XMLSerializer
Removes all namespaces declarations (from root an elements).
clearNamespaces(String) - Method in class org.kordamp.json.xml.XMLSerializer
Removes all namespace declarations from an element.
If the elementName param is null or blank, the declarations will be removed from the root element.
clearPropertyExclusions() - Method in class org.kordamp.json.JsonConfig
Removes all property exclusions registered per class.
[Java -> JSON]
clearPropertyNameProcessors() - Method in class org.kordamp.json.JsonConfig
Deprecated.
use clearJavaPropertyNameProcessors() instead
COMMENTS - Static variable in class org.kordamp.json.util.WebHijackPreventionStrategy
Wraps the string with /* *\/
compareTo(Object) - Method in class org.kordamp.json.JSONArray
 
compareTo(Object) - Method in class org.kordamp.json.JSONObject
 
CompositePropertyFilter - Class in org.kordamp.json.filters
 
CompositePropertyFilter() - Constructor for class org.kordamp.json.filters.CompositePropertyFilter
 
CompositePropertyFilter(List) - Constructor for class org.kordamp.json.filters.CompositePropertyFilter
 
contains(Object) - Method in class org.kordamp.json.JSONArray
 
contains(Object, JsonConfig) - Method in class org.kordamp.json.JSONArray
 
containsAll(Collection) - Method in class org.kordamp.json.JSONArray
 
containsAll(Collection, JsonConfig) - Method in class org.kordamp.json.JSONArray
 
containsKey(Object) - Method in class org.kordamp.json.JSONObject
 
containsValue(Object) - Method in class org.kordamp.json.JSONObject
 
containsValue(Object, JsonConfig) - Method in class org.kordamp.json.JSONObject
 
convertPropertyValueToArray(String, Object, Class, JsonConfig, Map) - Static method in class org.kordamp.json.JSONObject.Impl
 
convertPropertyValueToCollection(String, Object, JsonConfig, String, Map, Class) - Static method in class org.kordamp.json.JSONObject.Impl
 
convertPropertyValueToList(String, Object, JsonConfig, String, Map) - Static method in class org.kordamp.json.JSONObject.Impl
 
convertToJavaIdentifier(String) - Static method in class org.kordamp.json.util.JSONUtils
Transforms the string into a valid Java Identifier.
The default strategy is JavaIdentifierTransformer.NOOP
convertToJavaIdentifier(String, JsonConfig) - Static method in class org.kordamp.json.util.JSONUtils
Transforms the string into a valid Java Identifier.
The default strategy is JavaIdentifierTransformer.NOOP
copy() - Method in class org.kordamp.json.JsonConfig
 
CycleDetectionStrategy - Class in org.kordamp.json.util
Base class for cycle detection in a hierarchy.
The JSON spec forbides cycles in a hierarchy and most parsers will raise and error when a cycle is detected.
CycleDetectionStrategy() - Constructor for class org.kordamp.json.util.CycleDetectionStrategy
 
A B C D E F G H I J K L M N O P Q R S T U V W X _ 
Skip navigation links
Copyright © 2006-2020 Andres Almiray. All rights reserved.