Class HeaderAbstract


  • public abstract class HeaderAbstract
    extends Object
    Created by Vahid Zafari on 8/12/2016.
    • Field Detail

      • LOGGER

        protected static final org.slf4j.Logger LOGGER
      • visible

        protected boolean visible
      • searchable

        protected boolean searchable
      • sortable

        protected boolean sortable
      • sort

        protected Sort sort
      • inputConverter

        protected org.springframework.core.convert.converter.Converter<?,​?> inputConverter
      • outputConverter

        protected org.springframework.core.convert.converter.Converter<?,​?> outputConverter
    • Constructor Detail

      • HeaderAbstract

        public HeaderAbstract()
    • Method Detail

      • validate

        public void validate​(Class<?> mainClazz)
      • determineConverters

        public void determineConverters​(Class<?> valueType)
      • getPath

        public String getPath()
      • setPath

        public void setPath​(String path)
      • getQueryType

        public QueryType getQueryType()
      • setQueryType

        public void setQueryType​(QueryType queryType)
      • setFilterType

        public void setFilterType​(FilteringType filterType)
      • getResultType

        public ResultType getResultType()
      • setResultType

        public void setResultType​(ResultType resultType)
      • getInputConverter

        public org.springframework.core.convert.converter.Converter<?,​?> getInputConverter()
      • setInputConverter

        public void setInputConverter​(org.springframework.core.convert.converter.Converter<?,​?> inputConverter)
      • getOutputConverter

        public org.springframework.core.convert.converter.Converter<?,​?> getOutputConverter()
      • setOutputConverter

        public void setOutputConverter​(org.springframework.core.convert.converter.Converter<?,​?> outputConverter)
      • getMessageKeys

        public List<String> getMessageKeys()
      • isVisible

        public boolean isVisible()
      • setVisible

        public void setVisible​(boolean visible)
      • isSearchable

        public boolean isSearchable()
      • setSearchable

        public void setSearchable​(boolean searchable)
      • isSortable

        public boolean isSortable()
      • setSortable

        public void setSortable​(boolean sortable)
      • getMask

        public String getMask()
      • getSort

        public Sort getSort()
      • setSort

        public void setSort​(Sort sort)