Uses of Interface
net.sf.json.processors.JsonBeanProcessor
-
Packages that use JsonBeanProcessor Package Description net.sf.json The core of the librarynet.sf.json.processors Support for custom serialization -
-
Uses of JsonBeanProcessor in net.sf.json
Methods in net.sf.json that return JsonBeanProcessor Modifier and Type Method Description JsonBeanProcessorJsonConfig. findJsonBeanProcessor(java.lang.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 JsonBeanProcessor Modifier and Type Method Description voidJsonConfig. registerJsonBeanProcessor(java.lang.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 JsonBeanProcessor Modifier and Type Class Description classJsDateJsonBeanProcessorTransforms a java.util.Date into a JSONObject ideal for JsDate conversion.
Example:Fields in net.sf.json.processors declared as JsonBeanProcessor Modifier and Type Field Description private JsonBeanProcessorJsDateJsonValueProcessor. processor
-