Uses of Interface
net.sf.json.processors.DefaultValueProcessor
Packages that use DefaultValueProcessor
Package
Description
The core of the library
Support for custom serialization
-
Uses of DefaultValueProcessor in net.sf.json
Fields in net.sf.json declared as DefaultValueProcessorModifier and TypeFieldDescriptionprivate static final DefaultValueProcessor
JsonConfig.DEFAULT_VALUE_PROCESSOR
Methods in net.sf.json that return DefaultValueProcessorModifier and TypeMethodDescriptionJsonConfig.findDefaultValueProcessor
(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 DefaultValueProcessorModifier and TypeMethodDescriptionvoid
JsonConfig.registerDefaultValueProcessor
(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 DefaultValueProcessorModifier and TypeClassDescriptionclass
Base implementation for DefaultDefaultValueProcessor.