| Package | Description |
|---|---|
| net.sf.json |
The core of the library
|
| net.sf.json.processors |
Support for custom serialization
|
| Class | Description |
|---|---|
| DefaultValueProcessor |
Defines the default value for a type when its value is null.
|
| DefaultValueProcessorMatcher |
Base class for finding a matching DefaultValueProcessor.
DEFAULT - matches the target class with equals(). |
| JsonBeanProcessor |
Base interface for custom serialization per Bean.
|
| JsonBeanProcessorMatcher |
Base class for finding a matching JsonBeanProcessor.
DEFAULT - matches the target class with equals(). |
| JsonValueProcessor |
Base interface for custom serialization per property.
|
| JsonValueProcessorMatcher |
Base class for finding a matching JsonValueProcessor.
DEFAULT - matches the target class with equals(). |
| PropertyNameProcessor |
Base interface for mutating property names of a Bean.
|
| PropertyNameProcessorMatcher |
Base class for finding a matching PropertyNameProcessor.
DEFAULT - matches the target class with equals(). |
| Class | Description |
|---|---|
| DefaultValueProcessor |
Defines the default value for a type when its value is null.
|
| DefaultValueProcessorMatcher |
Base class for finding a matching DefaultValueProcessor.
DEFAULT - matches the target class with equals(). |
| JsonBeanProcessor |
Base interface for custom serialization per Bean.
|
| JsonBeanProcessorMatcher |
Base class for finding a matching JsonBeanProcessor.
DEFAULT - matches the target class with equals(). |
| JsonValueProcessor |
Base interface for custom serialization per property.
|
| JsonValueProcessorMatcher |
Base class for finding a matching JsonValueProcessor.
DEFAULT - matches the target class with equals(). |
| PropertyNameProcessorMatcher |
Base class for finding a matching PropertyNameProcessor.
DEFAULT - matches the target class with equals(). |
Copyright © 2006–2019 Json-lib. All rights reserved.