Uses of Class
net.sf.json.processors.JsonValueProcessorMatcher
-
Packages that use JsonValueProcessorMatcher Package Description net.sf.json The core of the librarynet.sf.json.processors Support for custom serialization -
-
Uses of JsonValueProcessorMatcher in net.sf.json
Fields in net.sf.json declared as JsonValueProcessorMatcher Modifier and Type Field Description static JsonValueProcessorMatcherJsonConfig. DEFAULT_JSON_VALUE_PROCESSOR_MATCHERprivate JsonValueProcessorMatcherJsonConfig. jsonValueProcessorMatcherMethods in net.sf.json that return JsonValueProcessorMatcher Modifier and Type Method Description JsonValueProcessorMatcherJsonConfig. getJsonValueProcessorMatcher()Returns the configured JsonValueProcessorMatcher.
Default value is JsonValueProcessorMatcher.DEFAULT
[Java -> JSON]Methods in net.sf.json with parameters of type JsonValueProcessorMatcher Modifier and Type Method Description voidJsonConfig. 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.processors Modifier and Type Class Description private static classJsonValueProcessorMatcher.DefaultJsonValueProcessorMatcherFields in net.sf.json.processors declared as JsonValueProcessorMatcher Modifier and Type Field Description static JsonValueProcessorMatcherJsonValueProcessorMatcher. DEFAULTMatches the target with equals()
-