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 _ 

R

read(String) - Method in class org.kordamp.json.xml.XMLSerializer
Creates a JSON value from a XML string.
readFromFile(File) - Method in class org.kordamp.json.xml.XMLSerializer
Creates a JSON value from a File.
readFromFile(String) - Method in class org.kordamp.json.xml.XMLSerializer
Creates a JSON value from a File.
readFromStream(InputStream) - Method in class org.kordamp.json.xml.XMLSerializer
Creates a JSON value from an input stream.
RegexpMatcher - Interface in org.kordamp.json.regexp
Abstraction for regexp handling.
RegexpUtils - Class in org.kordamp.json.regexp
Convenience utility for working withRegexpMatcher.
registerDefaultValueProcessor(Class, DefaultValueProcessor) - Method in class org.kordamp.json.JsonConfig
Registers a DefaultValueProcessor.
[Java -> JSON]
registerJavaPropertyNameProcessor(Class, PropertyNameProcessor) - Method in class org.kordamp.json.JsonConfig
Registers a PropertyNameProcessor.
[JSON -> Java]
registerJsonBeanProcessor(Class, JsonBeanProcessor) - Method in class org.kordamp.json.JsonConfig
Registers a JsonBeanProcessor.
[Java -> JSON]
registerJsonPropertyNameProcessor(Class, PropertyNameProcessor) - Method in class org.kordamp.json.JsonConfig
Registers a PropertyNameProcessor.
[Java -> JSON]
registerJsonValueProcessor(Class, Class, JsonValueProcessor) - Method in class org.kordamp.json.JsonConfig
Registers a JsonValueProcessor.
[Java -> JSON]
registerJsonValueProcessor(Class, JsonValueProcessor) - Method in class org.kordamp.json.JsonConfig
Registers a JsonValueProcessor.
[Java -> JSON]
registerJsonValueProcessor(Class, String, JsonValueProcessor) - Method in class org.kordamp.json.JsonConfig
Registers a JsonValueProcessor.
[Java -> JSON]
registerJsonValueProcessor(String, JsonValueProcessor) - Method in class org.kordamp.json.JsonConfig
Registers a JsonValueProcessor.
[Java -> JSON]
registerPropertyExclusion(Class, String) - Method in class org.kordamp.json.JsonConfig
Registers a exclusion for a target class.
[Java -> JSON]
registerPropertyExclusions(Class, String[]) - Method in class org.kordamp.json.JsonConfig
Registers exclusions for a target class.
[Java -> JSON]
registerPropertyNameProcessor(Class, PropertyNameProcessor) - Method in class org.kordamp.json.JsonConfig
Deprecated.
use registerJavaPropertyNameProcessor() instead
remove(Object) - Method in class org.kordamp.json.JSONArray
 
remove(int) - Method in class org.kordamp.json.JSONArray
 
remove(Object) - Method in class org.kordamp.json.JSONObject
 
remove(String) - Method in class org.kordamp.json.JSONObject
Remove a name and its value, if present.
removeAll(Collection) - Method in class org.kordamp.json.JSONArray
 
removeAll(Collection, JsonConfig) - Method in class org.kordamp.json.JSONArray
 
removeIgnoreFieldAnnotation(String) - Method in class org.kordamp.json.JsonConfig
Adds an annotation that marks a field to be skipped when building.
[Java -> JSON]
removeIgnoreFieldAnnotation(Class) - Method in class org.kordamp.json.JsonConfig
Removes an annotation that marks a field to be skipped when building.
[Java -> JSON]
removeJsonEventListener(JsonEventListener) - Method in class org.kordamp.json.JsonConfig
Removes a listener for JSON events.
[Java -> JSON]
removeNamespace(String) - Method in class org.kordamp.json.xml.XMLSerializer
Removes a namespace from the root element.
removeNamespace(String, String) - Method in class org.kordamp.json.xml.XMLSerializer
Removes a namespace from the root element.
If the elementName is null or blank, the namespace will be removed from the root element.
removePropertyFilter(PropertyFilter) - Method in class org.kordamp.json.filters.CompositePropertyFilter
 
removePropertyFilter(Object) - Method in class org.kordamp.json.filters.MappingPropertyFilter
 
reset() - Method in class org.kordamp.json.JsonConfig
Resets all values to its default state.
reset() - Method in class org.kordamp.json.util.JSONTokener
 
resolveClass(Map, String, String, Class) - Static method in class org.kordamp.json.JSONObject.Impl
 
retainAll(Collection) - Method in class org.kordamp.json.JSONArray
 
retainAll(Collection, JsonConfig) - Method in class org.kordamp.json.JSONArray
 
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.