Uses of Class
net.sf.json.processors.PropertyNameProcessorMatcher
-
Packages that use PropertyNameProcessorMatcher Package Description net.sf.json The core of the librarynet.sf.json.processors Support for custom serialization -
-
Uses of PropertyNameProcessorMatcher in net.sf.json
Fields in net.sf.json declared as PropertyNameProcessorMatcher Modifier and Type Field Description static PropertyNameProcessorMatcherJsonConfig. DEFAULT_PROPERTY_NAME_PROCESSOR_MATCHERprivate PropertyNameProcessorMatcherJsonConfig. javaPropertyNameProcessorMatcherprivate PropertyNameProcessorMatcherJsonConfig. jsonPropertyNameProcessorMatcherMethods in net.sf.json that return PropertyNameProcessorMatcher Modifier and Type Method Description PropertyNameProcessorMatcherJsonConfig. getJavaPropertyNameProcessorMatcher()Returns the configured PropertyNameProcessorMatcher.
Default value is PropertyNameProcessorMatcher.DEFAULT
[JSON -> Java]PropertyNameProcessorMatcherJsonConfig. getJsonPropertyNameProcessorMatcher()Returns the configured PropertyNameProcessorMatcher.
Default value is PropertyNameProcessorMatcher.DEFAULT
[Java -> JSON]PropertyNameProcessorMatcherJsonConfig. getPropertyNameProcessorMatcher()Deprecated.use getJavaPropertyNameProcessorMatcher() insteadMethods in net.sf.json with parameters of type PropertyNameProcessorMatcher Modifier and Type Method Description voidJsonConfig. setJavaPropertyNameProcessorMatcher(PropertyNameProcessorMatcher propertyNameProcessorMatcher)Sets a PropertyNameProcessorMatcher to use.
Will set default value (PropertyNameProcessorMatcher.DEFAULT) if null.
[JSON -> Java]voidJsonConfig. setJsonPropertyNameProcessorMatcher(PropertyNameProcessorMatcher propertyNameProcessorMatcher)Sets a PropertyNameProcessorMatcher to use.
Will set default value (PropertyNameProcessorMatcher.DEFAULT) if null.
[Java -> JSON]voidJsonConfig. setPropertyNameProcessorMatcher(PropertyNameProcessorMatcher propertyNameProcessorMatcher)Deprecated.use setJavaPropertyNameProcessorMatcher() instead -
Uses of PropertyNameProcessorMatcher in net.sf.json.processors
Subclasses of PropertyNameProcessorMatcher in net.sf.json.processors Modifier and Type Class Description private static classPropertyNameProcessorMatcher.DefaultPropertyNameProcessorMatcherFields in net.sf.json.processors declared as PropertyNameProcessorMatcher Modifier and Type Field Description static PropertyNameProcessorMatcherPropertyNameProcessorMatcher. DEFAULTMatches the target with equals()
-