Uses of Class
org.kordamp.json.processors.JsonBeanProcessorMatcher
Packages that use JsonBeanProcessorMatcher
Package
Description
The core of the library
Support for custom serialization
-
Uses of JsonBeanProcessorMatcher in org.kordamp.json
Fields in org.kordamp.json declared as JsonBeanProcessorMatcherModifier and TypeFieldDescriptionstatic final JsonBeanProcessorMatcher
JsonConfig.DEFAULT_JSON_BEAN_PROCESSOR_MATCHER
private JsonBeanProcessorMatcher
JsonConfig.jsonBeanProcessorMatcher
Methods in org.kordamp.json that return JsonBeanProcessorMatcherModifier and TypeMethodDescriptionJsonConfig.getJsonBeanProcessorMatcher()
Returns the configured JsonBeanProcessorMatcher.
Default value is JsonBeanProcessorMatcher.DEFAULT
[JSON -> Java]Methods in org.kordamp.json with parameters of type JsonBeanProcessorMatcherModifier and TypeMethodDescriptionvoid
JsonConfig.setJsonBeanProcessorMatcher
(JsonBeanProcessorMatcher jsonBeanProcessorMatcher) Sets a JsonBeanProcessorMatcher to use.
Will set default value (JsonBeanProcessorMatcher.DEFAULT) if null.
[Java -> JSON] -
Uses of JsonBeanProcessorMatcher in org.kordamp.json.processors
Subclasses of JsonBeanProcessorMatcher in org.kordamp.json.processorsModifier and TypeClassDescriptionprivate static final class
Fields in org.kordamp.json.processors declared as JsonBeanProcessorMatcherModifier and TypeFieldDescriptionstatic final JsonBeanProcessorMatcher
JsonBeanProcessorMatcher.DEFAULT
Matches the target with equals()