Uses of Class
net.sf.json.util.CycleDetectionStrategy

Packages that use CycleDetectionStrategy
net.sf.json The core of the library 
net.sf.json.util Miscelaneous utilities 
 

Uses of CycleDetectionStrategy in net.sf.json
 

Methods in net.sf.json that return CycleDetectionStrategy
 CycleDetectionStrategy JsonConfig.getCycleDetectionStrategy()
          Returns the configured CycleDetectionStrategy.
Default value is CycleDetectionStrategy.STRICT
 

Methods in net.sf.json with parameters of type CycleDetectionStrategy
 void JsonConfig.setCycleDetectionStrategy(CycleDetectionStrategy cycleDetectionStrategy)
          Sets a CycleDetectionStrategy to use.
Will set default value (CycleDetectionStrategy.STRICT) if null.
 

Uses of CycleDetectionStrategy in net.sf.json.util
 

Fields in net.sf.json.util declared as CycleDetectionStrategy
static CycleDetectionStrategy CycleDetectionStrategy.LENIENT
          Returns empty array and null object
static CycleDetectionStrategy CycleDetectionStrategy.STRICT
          Throws a JSONException
 



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