Uses of Interface
org.kordamp.json.processors.JsonBeanProcessor
Packages that use JsonBeanProcessor
Package
Description
The core of the library
Support for custom serialization
-
Uses of JsonBeanProcessor in org.kordamp.json
Methods in org.kordamp.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 org.kordamp.json with parameters of type JsonBeanProcessorModifier and TypeMethodDescriptionvoid
JsonConfig.registerJsonBeanProcessor
(Class target, JsonBeanProcessor jsonBeanProcessor) Registers a JsonBeanProcessor.
[Java -> JSON] -
Uses of JsonBeanProcessor in org.kordamp.json.processors
Classes in org.kordamp.json.processors that implement JsonBeanProcessorModifier and TypeClassDescriptionclass
Transforms a java.util.Date into a JSONObject ideal for JsDate conversion.
Example:Fields in org.kordamp.json.processors declared as JsonBeanProcessor