Uses of Package
net.sf.json.processors

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

Classes in net.sf.json.processors used by net.sf.json
DefaultValueProcessor
          Defines the default value for a type when its value is null.
DefaultValueProcessorMatcher
          Base class for finding a matching DefaultValueProcessor.
DEFAULT - matches the target class with equals().
JsonBeanProcessor
          Base interface for custom serialization per Bean.
JsonBeanProcessorMatcher
          Base class for finding a matching JsonBeanProcessor.
DEFAULT - matches the target class with equals().
JsonValueProcessor
          Base interface for custom serialization per property.
JsonValueProcessorMatcher
          Base class for finding a matching JsonValueProcessor.
DEFAULT - matches the target class with equals().
PropertyNameProcessor
          Base interface for mutating property names of a Bean.
PropertyNameProcessorMatcher
          Base class for finding a matching PropertyNameProcessor.
DEFAULT - matches the target class with equals().
 

Classes in net.sf.json.processors used by net.sf.json.processors
DefaultValueProcessor
          Defines the default value for a type when its value is null.
DefaultValueProcessorMatcher
          Base class for finding a matching DefaultValueProcessor.
DEFAULT - matches the target class with equals().
JsonBeanProcessor
          Base interface for custom serialization per Bean.
JsonBeanProcessorMatcher
          Base class for finding a matching JsonBeanProcessor.
DEFAULT - matches the target class with equals().
JsonValueProcessor
          Base interface for custom serialization per property.
JsonValueProcessorMatcher
          Base class for finding a matching JsonValueProcessor.
DEFAULT - matches the target class with equals().
PropertyNameProcessorMatcher
          Base class for finding a matching PropertyNameProcessor.
DEFAULT - matches the target class with equals().
 



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