Uses of Class
net.sf.json.processors.DefaultValueProcessorMatcher
Packages that use DefaultValueProcessorMatcher
Package
Description
The core of the library
Support for custom serialization
-
Uses of DefaultValueProcessorMatcher in net.sf.json
Fields in net.sf.json declared as DefaultValueProcessorMatcherModifier and TypeFieldDescriptionstatic final DefaultValueProcessorMatcher
JsonConfig.DEFAULT_DEFAULT_VALUE_PROCESSOR_MATCHER
private DefaultValueProcessorMatcher
JsonConfig.defaultValueProcessorMatcher
Methods in net.sf.json that return DefaultValueProcessorMatcherModifier and TypeMethodDescriptionJsonConfig.getDefaultValueProcessorMatcher()
Returns the configured DefaultValueProcessorMatcher.
Default value is DefaultValueProcessorMatcher.DEFAULT
[Java -> JSON]Methods in net.sf.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 net.sf.json.processors
Subclasses of DefaultValueProcessorMatcher in net.sf.json.processorsModifier and TypeClassDescriptionprivate static final class
Fields in net.sf.json.processors declared as DefaultValueProcessorMatcherModifier and TypeFieldDescriptionstatic final DefaultValueProcessorMatcher
DefaultValueProcessorMatcher.DEFAULT
Matches the target with equals()