JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
json-lib 3.0.2-SNAPSHOT
Prev
Next
Frames
No Frames
All Classes
Deprecated API
Contents
Deprecated Methods
Deprecated Methods
Method and Description
org.kordamp.json.JsonConfig.clearPropertyNameProcessors()
use clearJavaPropertyNameProcessors() instead
org.kordamp.json.JsonConfig.findPropertyNameProcessor(Class)
use findJavaPropertyNameProcessor() instead
org.kordamp.json.JsonConfig.getPropertyNameProcessorMatcher()
use getJavaPropertyNameProcessorMatcher() instead
org.kordamp.json.JsonConfig.registerPropertyNameProcessor(Class, PropertyNameProcessor)
use registerJavaPropertyNameProcessor() instead
org.kordamp.json.JsonConfig.setPropertyNameProcessorMatcher(PropertyNameProcessorMatcher)
use setJavaPropertyNameProcessorMatcher() instead
org.kordamp.json.JSONArray.toList(JSONArray)
replaced by toCollection
org.kordamp.json.JSONArray.toList(JSONArray, Class)
replaced by toCollection
org.kordamp.json.JSONArray.toList(JSONArray, Class, Map)
replaced by toCollection
org.kordamp.json.JSONArray.toList(JSONArray, JsonConfig)
replaced by toCollection
org.kordamp.json.JsonConfig.unregisterPropertyNameProcessor(Class)
use unregisterJavaPropertyNameProcessor() instead
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Copyright © 2006-2020 Andres Almiray. All rights reserved.
Prev
Next
Frames
No Frames
All Classes