Class JSONConstantConfig

java.lang.Object
org.apache.struts2.config.entities.ConstantConfig
org.apache.struts2.json.config.entities.JSONConstantConfig

public class JSONConstantConfig extends ConstantConfig
  • Constructor Details

    • JSONConstantConfig

      public JSONConstantConfig()
  • Method Details

    • getAllAsStringsMap

      public Map<String,String> getAllAsStringsMap()
      Overrides:
      getAllAsStringsMap in class ConstantConfig
    • getJsonWriter

      public BeanConfig getJsonWriter()
    • setJsonWriter

      public void setJsonWriter(BeanConfig jsonWriter)
    • setJsonWriter

      public void setJsonWriter(Class<?> clazz)
    • getJsonResultExcludeProxyProperties

      public Boolean getJsonResultExcludeProxyProperties()
    • setJsonResultExcludeProxyProperties

      public void setJsonResultExcludeProxyProperties(Boolean jsonResultExcludeProxyProperties)
    • getJsonDateFormat

      public String getJsonDateFormat()
    • setJsonDateFormat

      public void setJsonDateFormat(String jsonDateFormat)
    • getJsonReader

      public BeanConfig getJsonReader()
    • setJsonReader

      public void setJsonReader(BeanConfig jsonReader)
    • setJsonReader

      public void setJsonReader(Class<?> clazz)
    • getJsonMaxElements

      public Integer getJsonMaxElements()
    • setJsonMaxElements

      public void setJsonMaxElements(Integer jsonMaxElements)
    • getJsonMaxDepth

      public Integer getJsonMaxDepth()
    • setJsonMaxDepth

      public void setJsonMaxDepth(Integer jsonMaxDepth)
    • getJsonMaxLength

      public Integer getJsonMaxLength()
    • setJsonMaxLength

      public void setJsonMaxLength(Integer jsonMaxLength)
    • getJsonMaxStringLength

      public Integer getJsonMaxStringLength()
    • setJsonMaxStringLength

      public void setJsonMaxStringLength(Integer jsonMaxStringLength)
    • getJsonMaxKeyLength

      public Integer getJsonMaxKeyLength()
    • setJsonMaxKeyLength

      public void setJsonMaxKeyLength(Integer jsonMaxKeyLength)