public interface MethodAnnotationPostProcessor<T extends Annotation>
Modifier and Type | Method and Description |
---|---|
Object |
postProcess(Object bean,
String beanName,
Method method,
List<Annotation> annotations) |
boolean |
shouldCreateEndpoint(Method method,
List<Annotation> annotations)
|
Object postProcess(Object bean, String beanName, Method method, List<Annotation> annotations)
boolean shouldCreateEndpoint(Method method, List<Annotation> annotations)
method
- the method to check if it is eligible to create an Endpointannotations
- the List of annotations to processboolean
flag to determine whether or not to create an
AbstractEndpoint