public abstract class FilterFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static Annotation |
getFilterAnnotation(org.springframework.core.MethodParameter methodParameter)
Attempt to find equal annotation in method and in initialized filter list
|
static BaseFilter |
getFromFactory(org.springframework.core.MethodParameter methodParameter)
Retrieve filter from filter list by annotation defined in method
|
static boolean |
isAccept(org.springframework.core.MethodParameter methodParameter)
Check if specified annotations, which accepted in FieldFilter or StrategyFilter classes is annotated in method
|
public static Annotation getFilterAnnotation(org.springframework.core.MethodParameter methodParameter)
methodParameter - MethodParameter methodAnnotation supported annotation, else nullpublic static BaseFilter getFromFactory(org.springframework.core.MethodParameter methodParameter)
methodParameter - MethodParameter methodBaseFilterpublic static boolean isAccept(org.springframework.core.MethodParameter methodParameter)
methodParameter - MethodParameter Rest method of Rest controllerCopyright © 2019. All rights reserved.