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 DefaultValueProcessorMatcherJsonConfig. DEFAULT_DEFAULT_VALUE_PROCESSOR_MATCHERprivate DefaultValueProcessorMatcherJsonConfig. defaultValueProcessorMatcherMethods in net.sf.json that return DefaultValueProcessorMatcher Modifier and Type Method Description DefaultValueProcessorMatcherJsonConfig. 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 voidJsonConfig. 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.processors Modifier and Type Class Description private static classDefaultValueProcessorMatcher.DefaultDefaultValueProcessorMatcherFields in net.sf.json.processors declared as DefaultValueProcessorMatcher Modifier and Type Field Description static DefaultValueProcessorMatcherDefaultValueProcessorMatcher. DEFAULTMatches the target with equals()
-