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