Package | Description |
---|---|
org.kordamp.json |
The core of the library
|
org.kordamp.json.processors |
Support for custom serialization
|
Modifier and Type | Method and Description |
---|---|
JsonBeanProcessor |
JsonConfig.findJsonBeanProcessor(Class target)
Finds a JsonBeanProcessor registered to the target class.
Returns null if none is registered. [Java -> JSON] |
Modifier and Type | Method and Description |
---|---|
void |
JsonConfig.registerJsonBeanProcessor(Class target,
JsonBeanProcessor jsonBeanProcessor)
Registers a JsonBeanProcessor.
[Java -> JSON] |
Modifier and Type | Class and Description |
---|---|
class |
JsDateJsonBeanProcessor
Transforms a java.util.Date into a JSONObject ideal for JsDate conversion.
Example: |