类 BeanSearcherParams.Group

java.lang.Object
cn.zhxu.bs.boot.prop.BeanSearcherParams.Group
封闭类:
BeanSearcherParams

public static class BeanSearcherParams.Group extends Object
  • 构造器详细资料

    • Group

      public Group()
  • 方法详细资料

    • isEnable

      public boolean isEnable()
    • setEnable

      public void setEnable(boolean enable)
    • getExprName

      public String getExprName()
    • setExprName

      public void setExprName(String exprName)
    • isMergeable

      public boolean isMergeable()
    • setMergeable

      public void setMergeable(boolean mergeable)
    • getSeparator

      public String getSeparator()
    • setSeparator

      public void setSeparator(String separator)
    • getCacheSize

      public int getCacheSize()
    • setCacheSize

      public void setCacheSize(int cacheSize)
    • getMaxExprLength

      public int getMaxExprLength()
    • setMaxExprLength

      public void setMaxExprLength(int maxExprLength)