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