Uses of Interface
org.kordamp.json.processors.DefaultValueProcessor
Packages that use DefaultValueProcessor
Package
Description
The core of the library
Support for custom serialization
-
Uses of DefaultValueProcessor in org.kordamp.json
Fields in org.kordamp.json declared as DefaultValueProcessorModifier and TypeFieldDescriptionprivate static final DefaultValueProcessorJsonConfig.DEFAULT_VALUE_PROCESSORMethods in org.kordamp.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 org.kordamp.json with parameters of type DefaultValueProcessorModifier and TypeMethodDescriptionvoidJsonConfig.registerDefaultValueProcessor(Class target, DefaultValueProcessor defaultValueProcessor) Registers a DefaultValueProcessor.
[Java -> JSON] -
Uses of DefaultValueProcessor in org.kordamp.json.processors
Classes in org.kordamp.json.processors that implement DefaultValueProcessorModifier and TypeClassDescriptionclassBase implementation for DefaultDefaultValueProcessor.