Uses of Package
org.kordamp.json.processors
Packages that use org.kordamp.json.processors
Package
Description
The core of the library
Support for custom serialization
-
Classes in org.kordamp.json.processors used by org.kordamp.jsonClassDescriptionDefines the default value for a type when its value is null.Base class for finding a matching DefaultValueProcessor.
DEFAULT - matches the target class with equals().Base interface for custom serialization per Bean.Base class for finding a matching JsonBeanProcessor.
DEFAULT - matches the target class with equals().Base interface for custom serialization per property.Base class for finding a matching JsonValueProcessor.
DEFAULT - matches the target class with equals().Base interface for mutating property names of a Bean.Base class for finding a matching PropertyNameProcessor.
DEFAULT - matches the target class with equals(). -
Classes in org.kordamp.json.processors used by org.kordamp.json.processorsClassDescriptionDefines the default value for a type when its value is null.Base class for finding a matching DefaultValueProcessor.
DEFAULT - matches the target class with equals().Base interface for custom serialization per Bean.Base class for finding a matching JsonBeanProcessor.
DEFAULT - matches the target class with equals().Base interface for custom serialization per property.Base class for finding a matching JsonValueProcessor.
DEFAULT - matches the target class with equals().Base class for finding a matching PropertyNameProcessor.
DEFAULT - matches the target class with equals().