public interface MethodAnnotationPostProcessor<T extends java.lang.annotation.Annotation>
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
postProcess(java.lang.Object bean,
java.lang.String beanName,
java.lang.reflect.Method method,
java.util.List<java.lang.annotation.Annotation> annotations) |
boolean |
shouldCreateEndpoint(java.lang.reflect.Method method,
java.util.List<java.lang.annotation.Annotation> annotations)
|
java.lang.Object postProcess(java.lang.Object bean,
java.lang.String beanName,
java.lang.reflect.Method method,
java.util.List<java.lang.annotation.Annotation> annotations)
boolean shouldCreateEndpoint(java.lang.reflect.Method method,
java.util.List<java.lang.annotation.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