Package org.kordamp.json.processors
package org.kordamp.json.processors
Support for custom serialization
-
ClassDescriptionBase implementation for DefaultDefaultValueProcessor.Defines 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().Transforms a java.util.Date into a JSONObject ideal for JsDate conversion.
Example:Transforms a java.util.Date property into a JSONObject ideal for JsDate conversionBase 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().Verifies if a value is a valid JSON value.Base interface for mutating property names of a Bean.Base class for finding a matching PropertyNameProcessor.
DEFAULT - matches the target class with equals().