Uses of Class
net.sf.json.util.CycleDetectionStrategy
Packages that use CycleDetectionStrategy
-
Uses of CycleDetectionStrategy in net.sf.json
Methods in net.sf.json that return CycleDetectionStrategyModifier and TypeMethodDescriptionJsonConfig.getCycleDetectionStrategy()Returns the configured CycleDetectionStrategy.
Default value is CycleDetectionStrategy.STRICT
[Java -> JSON]Methods in net.sf.json with parameters of type CycleDetectionStrategyModifier and TypeMethodDescriptionvoidJsonConfig.setCycleDetectionStrategy(CycleDetectionStrategy cycleDetectionStrategy) Sets a CycleDetectionStrategy to use.
Will set default value (CycleDetectionStrategy.STRICT) if null.
[Java -> JSON] -
Uses of CycleDetectionStrategy in net.sf.json.util
Fields in net.sf.json.util declared as CycleDetectionStrategyModifier and TypeFieldDescriptionstatic final CycleDetectionStrategyCycleDetectionStrategy.LENIENTReturns empty array and null objectstatic final CycleDetectionStrategyCycleDetectionStrategy.NOPROPReturns a special object (IGNORE_PROPERTY_OBJ) that indicates the entire property should be ignoredstatic final CycleDetectionStrategyCycleDetectionStrategy.STRICTThrows a JSONException