Class MGL_JSONConfig

java.lang.Object
tech.mgl.core.config.MGL_JSONConfig

public class MGL_JSONConfig extends Object
Author:
www.mgl.tech
  • Constructor Details

    • MGL_JSONConfig

      public MGL_JSONConfig()
  • Method Details

    • getPropertyNamingStrategy

      public com.alibaba.fastjson2.PropertyNamingStrategy getPropertyNamingStrategy()
    • setPropertyNamingStrategy

      public void setPropertyNamingStrategy(com.alibaba.fastjson2.PropertyNamingStrategy propertyNamingStrategy)
    • getDateFormat

      public String getDateFormat()
    • setDateFormat

      public void setDateFormat(String dateFormat)
    • isForColAnnotation

      public boolean isForColAnnotation()
    • setForColAnnotation

      public void setForColAnnotation(boolean forColAnnotation)
    • getIncludes

      public List<String> getIncludes()
      Returns:
      the includes
    • setIncludes

      public void setIncludes(List<String> includes)
      Parameters:
      includes - the includes to set
    • getExcludes

      public List<String> getExcludes()
      Returns:
      the excludes
    • setExcludes

      public void setExcludes(List<String> excludes)
      Parameters:
      excludes - the excludes to set
    • getGenKey

      public Boolean getGenKey()
      Returns:
      the genKey
    • setGenKey

      public void setGenKey(Boolean genKey)
      Parameters:
      genKey - the genKey to set
    • getTimeFormat

      public String getTimeFormat()
      Returns:
      the timeFormat
    • setTimeFormat

      public void setTimeFormat(String timeFormat)
      Parameters:
      timeFormat - the timeFormat to set
    • getKeyPrefix

      public String getKeyPrefix()
      Returns:
      the keyPrefix
    • setKeyPrefix

      public void setKeyPrefix(String keyPrefix)
      Parameters:
      keyPrefix - the keyPrefix to set
    • getBrowserCompatible

      public Boolean getBrowserCompatible()
      Returns:
      the browserCompatible
    • setBrowserCompatible

      public void setBrowserCompatible(Boolean browserCompatible)
      Parameters:
      browserCompatible - the browserCompatible to set