Package | Description |
---|---|
net.sf.json |
The core of the library
|
Modifier and Type | Method and Description |
---|---|
PropertyNameProcessor |
JsonConfig.findJavaPropertyNameProcessor(java.lang.Class beanClass)
Finds a PropertyNameProcessor registered to the target class.
Returns null if none is registered. [JSON -> Java] |
PropertyNameProcessor |
JsonConfig.findJsonPropertyNameProcessor(java.lang.Class beanClass)
Finds a PropertyNameProcessor registered to the target class.
Returns null if none is registered. [Java -> JSON] |
PropertyNameProcessor |
JsonConfig.findPropertyNameProcessor(java.lang.Class beanClass)
Deprecated.
use findJavaPropertyNameProcessor() instead
|
Modifier and Type | Method and Description |
---|---|
void |
JsonConfig.registerJavaPropertyNameProcessor(java.lang.Class target,
PropertyNameProcessor propertyNameProcessor)
Registers a PropertyNameProcessor.
[JSON -> Java] |
void |
JsonConfig.registerJsonPropertyNameProcessor(java.lang.Class target,
PropertyNameProcessor propertyNameProcessor)
Registers a PropertyNameProcessor.
[Java -> JSON] |
void |
JsonConfig.registerPropertyNameProcessor(java.lang.Class target,
PropertyNameProcessor propertyNameProcessor)
Deprecated.
use registerJavaPropertyNameProcessor() instead
|
Copyright © 2006-2013 Json-lib. All Rights Reserved.