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