Uses of Class
org.kordamp.json.processors.JsonValueProcessorMatcher
Packages that use JsonValueProcessorMatcher
Package
Description
The core of the library
Support for custom serialization
-
Uses of JsonValueProcessorMatcher in org.kordamp.json
Fields in org.kordamp.json declared as JsonValueProcessorMatcherModifier and TypeFieldDescriptionstatic final JsonValueProcessorMatcherJsonConfig.DEFAULT_JSON_VALUE_PROCESSOR_MATCHERprivate JsonValueProcessorMatcherJsonConfig.jsonValueProcessorMatcherMethods in org.kordamp.json that return JsonValueProcessorMatcherModifier and TypeMethodDescriptionJsonConfig.getJsonValueProcessorMatcher()Returns the configured JsonValueProcessorMatcher.
Default value is JsonValueProcessorMatcher.DEFAULT
[Java -> JSON]Methods in org.kordamp.json with parameters of type JsonValueProcessorMatcherModifier and TypeMethodDescriptionvoidJsonConfig.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.processorsModifier and TypeClassDescriptionprivate static final classFields in org.kordamp.json.processors declared as JsonValueProcessorMatcherModifier and TypeFieldDescriptionstatic final JsonValueProcessorMatcherJsonValueProcessorMatcher.DEFAULTMatches the target with equals()