public class StrategyFilter extends BaseFilter
| Constructor and Description |
|---|
StrategyFilter(org.springframework.core.MethodParameter methodParameter)
Creates a new instance of the
StrategyFilter class. |
| Modifier and Type | Method and Description |
|---|---|
FilterFields |
getFields(Object object,
RequestSession request)
Returns list of ignorable fields of object
|
protected void |
setConfig(org.springframework.core.MethodParameter methodParameter)
Attempt to retrieve all FieldFilterSetting annotations from method
|
getRequestMethodParameterpublic StrategyFilter(org.springframework.core.MethodParameter methodParameter)
StrategyFilter class.methodParameter - MethodParameter Rest method of Rest controllerprotected void setConfig(org.springframework.core.MethodParameter methodParameter)
setConfig in class BaseFiltermethodParameter - MethodParameter method parameterpublic FilterFields getFields(Object object, RequestSession request)
BaseFiltergetFields in class BaseFilterobject - Objectrequest - RequestSessionFilterFieldsCopyright © 2019. All rights reserved.