|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.vidageek.mirror.reflect.DefaultAllMethodAnnotationsHandler
public final class DefaultAllMethodAnnotationsHandler
This class is responsible for reflecting all annotation on a method
| Constructor Summary | |
|---|---|
DefaultAllMethodAnnotationsHandler(ReflectionProvider provider,
java.lang.Class<?> clazz,
java.lang.String methodName)
|
|
| Method Summary | |
|---|---|
java.util.List<java.lang.annotation.Annotation> |
withArgs(java.lang.Class<?>... classes)
Use this method to reflect a list of annotations on the method that matches classes as its argument list. |
java.util.List<java.lang.annotation.Annotation> |
withoutArgs()
This is a convenience method for AllMethodAnnotationsHandler.withArgs(Class...) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultAllMethodAnnotationsHandler(ReflectionProvider provider,
java.lang.Class<?> clazz,
java.lang.String methodName)
| Method Detail |
|---|
public java.util.List<java.lang.annotation.Annotation> withoutArgs()
AllMethodAnnotationsHandlerAllMethodAnnotationsHandler.withArgs(Class...)
withoutArgs in interface AllMethodAnnotationsHandlerAllMethodAnnotationsHandler.withArgs(Class...)public java.util.List<java.lang.annotation.Annotation> withArgs(java.lang.Class<?>... classes)
AllMethodAnnotationsHandler
withArgs in interface AllMethodAnnotationsHandlerclasses - Argument list of the method
AnnotatedElementReflectionProvider.getAnnotations()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||