|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DefaultValueProcessor | |
|---|---|
| net.sf.json | The core of the library |
| net.sf.json.processors | Support for custom serialization |
| Uses of DefaultValueProcessor in net.sf.json |
|---|
| Methods in net.sf.json that return DefaultValueProcessor | |
|---|---|
DefaultValueProcessor |
JsonConfig.findDefaultValueProcessor(java.lang.Class target)
Finds a DefaultValueProcessor registered to the target class. Returns null if none is registered. [Java -> JSON] |
| Methods in net.sf.json with parameters of type DefaultValueProcessor | |
|---|---|
void |
JsonConfig.registerDefaultValueProcessor(java.lang.Class target,
DefaultValueProcessor defaultValueProcessor)
Registers a DefaultValueProcessor. [Java -> JSON] |
| Uses of DefaultValueProcessor in net.sf.json.processors |
|---|
| Classes in net.sf.json.processors that implement DefaultValueProcessor | |
|---|---|
class |
DefaultDefaultValueProcessor
Base implementation for DefaultDefaultValueProcessor. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||