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 DefaultValueProcessorMatcherJsonConfig.DEFAULT_DEFAULT_VALUE_PROCESSOR_MATCHERMethods 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 TypeMethodDescriptionvoidJsonConfig.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
Fields in net.sf.json.processors declared as DefaultValueProcessorMatcherModifier and TypeFieldDescriptionstatic final DefaultValueProcessorMatcherDefaultValueProcessorMatcher.DEFAULTMatches the target with equals()