Uses of Class
net.sf.json.processors.DefaultValueProcessorMatcher
-
Packages that use DefaultValueProcessorMatcher Package Description net.sf.json The core of the librarynet.sf.json.processors Support for custom serialization -
-
Uses of DefaultValueProcessorMatcher in net.sf.json
Fields in net.sf.json declared as DefaultValueProcessorMatcher Modifier and Type Field Description static DefaultValueProcessorMatcher
JsonConfig. DEFAULT_DEFAULT_VALUE_PROCESSOR_MATCHER
Methods in net.sf.json that return DefaultValueProcessorMatcher Modifier and Type Method Description DefaultValueProcessorMatcher
JsonConfig. getDefaultValueProcessorMatcher()
Returns the configured DefaultValueProcessorMatcher.
Default value is DefaultValueProcessorMatcher.DEFAULT
[Java -> JSON]Methods in net.sf.json with parameters of type DefaultValueProcessorMatcher Modifier and Type Method Description void
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
Fields in net.sf.json.processors declared as DefaultValueProcessorMatcher Modifier and Type Field Description static DefaultValueProcessorMatcher
DefaultValueProcessorMatcher. DEFAULT
Matches the target with equals()
-