net.csdn.modules.http
Class ApplicationController.JSONOutPutConfig

java.lang.Object
  extended by net.sf.json.JsonConfig
      extended by net.csdn.modules.http.ApplicationController.JSONOutPutConfig
Enclosing class:
ApplicationController

public class ApplicationController.JSONOutPutConfig
extends net.sf.json.JsonConfig


Field Summary
 
Fields inherited from class net.sf.json.JsonConfig
DEFAULT_DEFAULT_VALUE_PROCESSOR_MATCHER, DEFAULT_JSON_BEAN_PROCESSOR_MATCHER, DEFAULT_JSON_VALUE_PROCESSOR_MATCHER, DEFAULT_NEW_BEAN_INSTANCE_STRATEGY, DEFAULT_PROPERTY_EXCLUSION_CLASS_MATCHER, DEFAULT_PROPERTY_NAME_PROCESSOR_MATCHER, MODE_LIST, MODE_OBJECT_ARRAY, MODE_SET
 
Constructor Summary
ApplicationController.JSONOutPutConfig()
           
 
Method Summary
 boolean isPretty()
           
 void setPretty(boolean pretty)
           
 
Methods inherited from class net.sf.json.JsonConfig
addIgnoreFieldAnnotation, addIgnoreFieldAnnotation, addJsonEventListener, clearJavaPropertyNameProcessors, clearJsonBeanProcessors, clearJsonEventListeners, clearJsonPropertyNameProcessors, clearJsonValueProcessors, clearPropertyExclusions, clearPropertyNameProcessors, copy, disableEventTriggering, enableEventTriggering, findDefaultValueProcessor, findJavaPropertyNameProcessor, findJsonBeanProcessor, findJsonPropertyNameProcessor, findJsonValueProcessor, findJsonValueProcessor, findJsonValueProcessor, findPropertyNameProcessor, getArrayMode, getClassMap, getCollectionType, getCycleDetectionStrategy, getDefaultValueProcessorMatcher, getEnclosedType, getExcludes, getIgnoreFieldAnnotations, getJavaIdentifierTransformer, getJavaPropertyFilter, getJavaPropertyNameProcessorMatcher, getJsonBeanProcessorMatcher, getJsonEventListeners, getJsonPropertyFilter, getJsonPropertyNameProcessorMatcher, getJsonValueProcessorMatcher, getMergedExcludes, getMergedExcludes, getNewBeanInstanceStrategy, getPropertyExclusionClassMatcher, getPropertyNameProcessorMatcher, getPropertySetStrategy, getRootClass, isAllowNonStringKeys, isEventTriggeringEnabled, isHandleJettisonEmptyElement, isHandleJettisonSingleElementArray, isIgnoreDefaultExcludes, isIgnoreJPATransient, isIgnorePublicFields, isIgnoreTransientFields, isJavascriptCompliant, isSkipJavaIdentifierTransformationInMapKeys, registerDefaultValueProcessor, registerJavaPropertyNameProcessor, registerJsonBeanProcessor, registerJsonPropertyNameProcessor, registerJsonValueProcessor, registerJsonValueProcessor, registerJsonValueProcessor, registerJsonValueProcessor, registerPropertyExclusion, registerPropertyExclusions, registerPropertyNameProcessor, removeIgnoreFieldAnnotation, removeIgnoreFieldAnnotation, removeJsonEventListener, reset, setAllowNonStringKeys, setArrayMode, setClassMap, setCollectionType, setCycleDetectionStrategy, setDefaultValueProcessorMatcher, setEnclosedType, setExcludes, setHandleJettisonEmptyElement, setHandleJettisonSingleElementArray, setIgnoreDefaultExcludes, setIgnoreJPATransient, setIgnorePublicFields, setIgnoreTransientFields, setJavaIdentifierTransformer, setJavaPropertyFilter, setJavaPropertyNameProcessorMatcher, setJavascriptCompliant, setJsonBeanProcessorMatcher, setJsonPropertyFilter, setJsonPropertyNameProcessorMatcher, setJsonValueProcessorMatcher, setNewBeanInstanceStrategy, setPropertyExclusionClassMatcher, setPropertyNameProcessorMatcher, setPropertySetStrategy, setRootClass, setSkipJavaIdentifierTransformationInMapKeys, unregisterDefaultValueProcessor, unregisterJavaPropertyNameProcessor, unregisterJsonBeanProcessor, unregisterJsonPropertyNameProcessor, unregisterJsonValueProcessor, unregisterJsonValueProcessor, unregisterJsonValueProcessor, unregisterJsonValueProcessor, unregisterPropertyExclusion, unregisterPropertyExclusions, unregisterPropertyNameProcessor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ApplicationController.JSONOutPutConfig

public ApplicationController.JSONOutPutConfig()
Method Detail

isPretty

public boolean isPretty()

setPretty

public void setPretty(boolean pretty)


Copyright © 2014. All Rights Reserved.