Uses of Class
net.sf.json.processors.JsonBeanProcessorMatcher
-
Packages that use JsonBeanProcessorMatcher Package Description net.sf.json The core of the librarynet.sf.json.processors Support for custom serialization -
-
Uses of JsonBeanProcessorMatcher in net.sf.json
Fields in net.sf.json declared as JsonBeanProcessorMatcher Modifier and Type Field Description static JsonBeanProcessorMatcherJsonConfig. DEFAULT_JSON_BEAN_PROCESSOR_MATCHERprivate JsonBeanProcessorMatcherJsonConfig. jsonBeanProcessorMatcherMethods in net.sf.json that return JsonBeanProcessorMatcher Modifier and Type Method Description JsonBeanProcessorMatcherJsonConfig. getJsonBeanProcessorMatcher()Returns the configured JsonBeanProcessorMatcher.
Default value is JsonBeanProcessorMatcher.DEFAULT
[JSON -> Java]Methods in net.sf.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 net.sf.json.processors
Subclasses of JsonBeanProcessorMatcher in net.sf.json.processors Modifier and Type Class Description private static classJsonBeanProcessorMatcher.DefaultJsonBeanProcessorMatcherFields in net.sf.json.processors declared as JsonBeanProcessorMatcher Modifier and Type Field Description static JsonBeanProcessorMatcherJsonBeanProcessorMatcher. DEFAULTMatches the target with equals()
-