Uses of Class
org.kordamp.json.processors.JsonBeanProcessorMatcher
-
Packages that use JsonBeanProcessorMatcher Package Description org.kordamp.json org.kordamp.json.processors -
-
Uses of JsonBeanProcessorMatcher in org.kordamp.json
Fields in org.kordamp.json declared as JsonBeanProcessorMatcher Modifier and Type Field Description static JsonBeanProcessorMatcherJsonConfig. DEFAULT_JSON_BEAN_PROCESSOR_MATCHERMethods in org.kordamp.json that return JsonBeanProcessorMatcher Modifier and Type Method Description JsonBeanProcessorMatcherJsonConfig. getJsonBeanProcessorMatcher()Returns the configured JsonBeanProcessorMatcher.
Default value is JsonBeanProcessorMatcher.DEFAULT
[JSON -> Java]Methods in org.kordamp.json with parameters of type JsonBeanProcessorMatcher Modifier and Type Method Description voidJsonConfig. setJsonBeanProcessorMatcher(JsonBeanProcessorMatcher jsonBeanProcessorMatcher)Sets a JsonBeanProcessorMatcher to use.
Will set default value (JsonBeanProcessorMatcher.DEFAULT) if null.
[Java -> JSON] -
Uses of JsonBeanProcessorMatcher in org.kordamp.json.processors
Fields in org.kordamp.json.processors declared as JsonBeanProcessorMatcher Modifier and Type Field Description static JsonBeanProcessorMatcherJsonBeanProcessorMatcher. DEFAULTMatches the target with equals()
-