类 RestJsonWrapperBean


  • public class RestJsonWrapperBean
    extends Object
    Rest请求体包装类
    • 方法详细资料

      • getParamValue

        public String getParamValue​(String key)
      • removeParam

        public void removeParam​(String key)
      • setParamValue

        public void setParamValue​(String key,
                                  String value)
      • getRequestJson

        public String getRequestJson()
      • getFilterValue

        public String getFilterValue​(String key)
      • setFilterValue

        public <V> void setFilterValue​(String key,
                                       V value)
      • setAuthority

        public void setAuthority​(String authority)
      • setQueries

        public void setQueries​(String category)
      • extractMapFilter

        public <M extends MapperParameter> M extractMapFilter​(Class<M> mapperParameterClass)
      • setTotalFieldNames

        public void setTotalFieldNames​(String... totalFieldNames)
      • getSumProperties

        public String[] getSumProperties()
      • getCountProperties

        public String[] getCountProperties()
      • removePageParams

        public void removePageParams()
      • extractPageRequest

        public PageRequest extractPageRequest()
      • extractPageRowBounds

        public PageRowBounds extractPageRowBounds()
      • setMapperParameterClass

        public void setMapperParameterClass​(Class<? extends MapperParameter> mapperParameterClass)
      • parseUnique

        public <T> T parseUnique​(Class<T> beanClass)
      • parse

        public <T> List<T> parse​(Class<T> beanClass)
      • parse

        public <T> List<T> parse​(Class<T> beanClass,
                                 int index)
      • parseId

        public <ID> List<ID> parseId​(Class<ID> idType)
      • getAuthorityList

        public List<String> getAuthorityList()
      • addAuthority

        public void addAuthority​(String authority)
      • addExtFilter

        public <V> void addExtFilter​(String key,
                                     V value)