Uses of Class
net.sf.json.processors.PropertyNameProcessorMatcher
Packages that use PropertyNameProcessorMatcher
Package
Description
The core of the library
Support for custom serialization
-
Uses of PropertyNameProcessorMatcher in net.sf.json
Fields in net.sf.json declared as PropertyNameProcessorMatcherModifier and TypeFieldDescriptionstatic final PropertyNameProcessorMatcherJsonConfig.DEFAULT_PROPERTY_NAME_PROCESSOR_MATCHERMethods in net.sf.json that return PropertyNameProcessorMatcherModifier and TypeMethodDescriptionJsonConfig.getJavaPropertyNameProcessorMatcher()Returns the configured PropertyNameProcessorMatcher.
Default value is PropertyNameProcessorMatcher.DEFAULT
[JSON -> Java]JsonConfig.getJsonPropertyNameProcessorMatcher()Returns the configured PropertyNameProcessorMatcher.
Default value is PropertyNameProcessorMatcher.DEFAULT
[Java -> JSON]JsonConfig.getPropertyNameProcessorMatcher()Deprecated.use getJavaPropertyNameProcessorMatcher() insteadMethods in net.sf.json with parameters of type PropertyNameProcessorMatcherModifier and TypeMethodDescriptionvoidJsonConfig.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
Fields in net.sf.json.processors declared as PropertyNameProcessorMatcherModifier and TypeFieldDescriptionstatic final PropertyNameProcessorMatcherPropertyNameProcessorMatcher.DEFAULTMatches the target with equals()