Uses of Class
org.kordamp.json.processors.JsonValueProcessorMatcher
-
Packages that use JsonValueProcessorMatcher Package Description org.kordamp.json The core of the libraryorg.kordamp.json.processors Support for custom serialization -
-
Uses of JsonValueProcessorMatcher in org.kordamp.json
Fields in org.kordamp.json declared as JsonValueProcessorMatcher Modifier and Type Field Description static JsonValueProcessorMatcher
JsonConfig. DEFAULT_JSON_VALUE_PROCESSOR_MATCHER
private JsonValueProcessorMatcher
JsonConfig. jsonValueProcessorMatcher
Methods in org.kordamp.json that return JsonValueProcessorMatcher Modifier and Type Method Description JsonValueProcessorMatcher
JsonConfig. getJsonValueProcessorMatcher()
Returns the configured JsonValueProcessorMatcher.
Default value is JsonValueProcessorMatcher.DEFAULT
[Java -> JSON]Methods in org.kordamp.json with parameters of type JsonValueProcessorMatcher Modifier and Type Method Description void
JsonConfig. setJsonValueProcessorMatcher(JsonValueProcessorMatcher jsonValueProcessorMatcher)
Sets a JsonValueProcessorMatcher to use.
Will set default value (JsonValueProcessorMatcher.DEFAULT) if null.
[Java -> JSON] -
Uses of JsonValueProcessorMatcher in org.kordamp.json.processors
Subclasses of JsonValueProcessorMatcher in org.kordamp.json.processors Modifier and Type Class Description private static class
JsonValueProcessorMatcher.DefaultJsonValueProcessorMatcher
Fields in org.kordamp.json.processors declared as JsonValueProcessorMatcher Modifier and Type Field Description static JsonValueProcessorMatcher
JsonValueProcessorMatcher. DEFAULT
Matches the target with equals()
-