Uses of Class
net.sf.json.processors.PropertyNameProcessorMatcher

Packages that use PropertyNameProcessorMatcher
net.sf.json The core of the library 
net.sf.json.processors Support for custom serialization 
 

Uses of PropertyNameProcessorMatcher in net.sf.json
 

Fields in net.sf.json declared as PropertyNameProcessorMatcher
static PropertyNameProcessorMatcher JsonConfig.DEFAULT_PROPERTY_NAME_PROCESSOR_MATCHER
           
 

Methods in net.sf.json that return PropertyNameProcessorMatcher
 PropertyNameProcessorMatcher JsonConfig.getJavaPropertyNameProcessorMatcher()
          Returns the configured PropertyNameProcessorMatcher.
Default value is PropertyNameProcessorMatcher.DEFAULT
[JSON -> Java]
 PropertyNameProcessorMatcher JsonConfig.getJsonPropertyNameProcessorMatcher()
          Returns the configured PropertyNameProcessorMatcher.
Default value is PropertyNameProcessorMatcher.DEFAULT
[Java -> JSON]
 PropertyNameProcessorMatcher JsonConfig.getPropertyNameProcessorMatcher()
          Deprecated. use getJavaPropertyNameProcessorMatcher() instead
 

Methods in net.sf.json with parameters of type PropertyNameProcessorMatcher
 void JsonConfig.setJavaPropertyNameProcessorMatcher(PropertyNameProcessorMatcher propertyNameProcessorMatcher)
          Sets a PropertyNameProcessorMatcher to use.
Will set default value (PropertyNameProcessorMatcher.DEFAULT) if null.
[JSON -> Java]
 void JsonConfig.setJsonPropertyNameProcessorMatcher(PropertyNameProcessorMatcher propertyNameProcessorMatcher)
          Sets a PropertyNameProcessorMatcher to use.
Will set default value (PropertyNameProcessorMatcher.DEFAULT) if null.
[Java -> JSON]
 void JsonConfig.setPropertyNameProcessorMatcher(PropertyNameProcessorMatcher propertyNameProcessorMatcher)
          Deprecated. use setJavaPropertyNameProcessorMatcher() instead
 

Uses of PropertyNameProcessorMatcher in net.sf.json.processors
 

Fields in net.sf.json.processors declared as PropertyNameProcessorMatcher
static PropertyNameProcessorMatcher PropertyNameProcessorMatcher.DEFAULT
          Matches the target with equals()
 



Copyright © 2006-2012 Json-lib. All Rights Reserved.