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

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

Uses of DefaultValueProcessorMatcher in net.sf.json
 

Fields in net.sf.json declared as DefaultValueProcessorMatcher
static DefaultValueProcessorMatcher JsonConfig.DEFAULT_DEFAULT_VALUE_PROCESSOR_MATCHER
           
 

Methods in net.sf.json that return DefaultValueProcessorMatcher
 DefaultValueProcessorMatcher JsonConfig.getDefaultValueProcessorMatcher()
          Returns the configured DefaultValueProcessorMatcher.
Default value is DefaultValueProcessorMatcher.DEFAULT
[Java -> JSON]
 

Methods in net.sf.json with parameters of type DefaultValueProcessorMatcher
 void JsonConfig.setDefaultValueProcessorMatcher(DefaultValueProcessorMatcher defaultValueProcessorMatcher)
          Sets a DefaultValueProcessorMatcher to use.
Will set default value (DefaultValueProcessorMatcher.DEFAULT) if null.
[Java -> JSON]
 

Uses of DefaultValueProcessorMatcher in net.sf.json.processors
 

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



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