Uses of Package
net.sf.json.util

Packages that use net.sf.json.util
net.sf.json The core of the library 
net.sf.json.filters Support for custom serialization 
net.sf.json.util Miscelaneous utilities 
 

Classes in net.sf.json.util used by net.sf.json
CycleDetectionStrategy
          Base class for cycle detection in a hierarchy.
The JSON spec forbides cycles in a hierarchy and most parsers will raise and error when a cycle is detected.
JavaIdentifierTransformer
          Transforms a string into a valid Java identifier.
There are five predefined strategies: NOOP: does not perform transformation. CAMEL_CASE: follows the camel case convention, deletes non JavaIndentifierPart chars. UNDERSCORE: transform whitespace and non JavaIdentifierPart chars to '_'. WHITESPACE: deletes whitespace and non JavaIdentifierPart chars. STRICT: always throws a JSONException, does not perform transformation.
JsonEventListener
          Defines the contract to handle JsonEvents when building an object or array.
NewBeanInstanceStrategy
          Base class for creating Bean instances.
DEFAULT - calls Class.newInstance().
PropertyFilter
           
 

Classes in net.sf.json.util used by net.sf.json.filters
PropertyFilter
           
 

Classes in net.sf.json.util used by net.sf.json.util
CycleDetectionStrategy
          Base class for cycle detection in a hierarchy.
The JSON spec forbides cycles in a hierarchy and most parsers will raise and error when a cycle is detected.
JavaIdentifierTransformer
          Transforms a string into a valid Java identifier.
There are five predefined strategies: NOOP: does not perform transformation. CAMEL_CASE: follows the camel case convention, deletes non JavaIndentifierPart chars. UNDERSCORE: transform whitespace and non JavaIdentifierPart chars to '_'. WHITESPACE: deletes whitespace and non JavaIdentifierPart chars. STRICT: always throws a JSONException, does not perform transformation.
JSONBuilder
          JSONBuilder provides a quick and convenient way of producing JSON text.
NewBeanInstanceStrategy
          Base class for creating Bean instances.
DEFAULT - calls Class.newInstance().
WebHijackPreventionStrategy
          Defines base implementations for preventing WebHijack in AJAX applications.
 



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