Uses of Interface
net.sf.json.processors.JsonBeanProcessor
Packages that use JsonBeanProcessor
Package
Description
The core of the library
Support for custom serialization
-
Uses of JsonBeanProcessor in net.sf.json
Methods in net.sf.json that return JsonBeanProcessorModifier and TypeMethodDescriptionJsonConfig.findJsonBeanProcessor(Class target) Finds a JsonBeanProcessor registered to the target class.
Returns null if none is registered.
[Java -> JSON]Methods in net.sf.json with parameters of type JsonBeanProcessorModifier and TypeMethodDescriptionvoidJsonConfig.registerJsonBeanProcessor(Class target, JsonBeanProcessor jsonBeanProcessor) Registers a JsonBeanProcessor.
[Java -> JSON] -
Uses of JsonBeanProcessor in net.sf.json.processors
Classes in net.sf.json.processors that implement JsonBeanProcessorModifier and TypeClassDescriptionclassTransforms a java.util.Date into a JSONObject ideal for JsDate conversion.
Example: