Package | Description |
---|---|
org.kordamp.json |
The core of the library
|
org.kordamp.json.processors |
Support for custom serialization
|
Modifier and Type | Method and Description |
---|---|
DefaultValueProcessor |
JsonConfig.findDefaultValueProcessor(Class target)
Finds a DefaultValueProcessor registered to the target class.
Returns null if none is registered. [Java -> JSON] |
Modifier and Type | Method and Description |
---|---|
void |
JsonConfig.registerDefaultValueProcessor(Class target,
DefaultValueProcessor defaultValueProcessor)
Registers a DefaultValueProcessor.
[Java -> JSON] |
Modifier and Type | Class and Description |
---|---|
class |
DefaultDefaultValueProcessor
Base implementation for DefaultDefaultValueProcessor.
|