public abstract class HeaderAbstract extends Object
| Modifier and Type | Field and Description |
|---|---|
protected FilteringType |
filterType |
protected org.springframework.core.convert.converter.Converter<?,?> |
inputConverter |
protected static org.slf4j.Logger |
LOGGER |
protected String |
mask |
protected List<String> |
messageKeys |
protected org.springframework.core.convert.converter.Converter<?,?> |
outputConverter |
protected String |
path |
protected QueryType |
queryType |
protected ResultType |
resultType |
protected boolean |
searchable |
protected Sort |
sort |
protected boolean |
sortable |
protected boolean |
visible |
| Constructor and Description |
|---|
HeaderAbstract() |
| Modifier and Type | Method and Description |
|---|---|
void |
determineConverters(Class<?> valueType) |
FilteringType |
getFilterType() |
org.springframework.core.convert.converter.Converter<?,?> |
getInputConverter() |
String |
getMask() |
List<String> |
getMessageKeys() |
org.springframework.core.convert.converter.Converter<?,?> |
getOutputConverter() |
String |
getPath() |
QueryType |
getQueryType() |
ResultType |
getResultType() |
Sort |
getSort() |
boolean |
isSearchable() |
boolean |
isSortable() |
boolean |
isVisible() |
void |
setFilterType(FilteringType filterType) |
void |
setInputConverter(org.springframework.core.convert.converter.Converter<?,?> inputConverter) |
void |
setOutputConverter(org.springframework.core.convert.converter.Converter<?,?> outputConverter) |
void |
setPath(String path) |
void |
setQueryType(QueryType queryType) |
void |
setResultType(ResultType resultType) |
void |
setSearchable(boolean searchable) |
void |
setSort(Sort sort) |
void |
setSortable(boolean sortable) |
void |
setVisible(boolean visible) |
String |
toString() |
void |
validate(Class<?> mainClazz) |
protected static final org.slf4j.Logger LOGGER
protected String path
protected QueryType queryType
protected FilteringType filterType
protected ResultType resultType
protected boolean visible
protected boolean searchable
protected boolean sortable
protected Sort sort
protected String mask
protected org.springframework.core.convert.converter.Converter<?,?> inputConverter
protected org.springframework.core.convert.converter.Converter<?,?> outputConverter
public void validate(Class<?> mainClazz)
public void determineConverters(Class<?> valueType)
public String getPath()
public void setPath(String path)
public QueryType getQueryType()
public void setQueryType(QueryType queryType)
public FilteringType getFilterType()
public void setFilterType(FilteringType filterType)
public ResultType getResultType()
public void setResultType(ResultType resultType)
public org.springframework.core.convert.converter.Converter<?,?> getInputConverter()
public void setInputConverter(org.springframework.core.convert.converter.Converter<?,?> inputConverter)
public org.springframework.core.convert.converter.Converter<?,?> getOutputConverter()
public void setOutputConverter(org.springframework.core.convert.converter.Converter<?,?> outputConverter)
public boolean isVisible()
public void setVisible(boolean visible)
public boolean isSearchable()
public void setSearchable(boolean searchable)
public boolean isSortable()
public void setSortable(boolean sortable)
public String getMask()
public Sort getSort()
public void setSort(Sort sort)
Copyright © 2020. All rights reserved.