Package | Description |
---|---|
com.sun.jersey.core.reflection |
Provides support for reflection.
|
Modifier and Type | Method and Description |
---|---|
MethodList |
MethodList.filter(MethodList.Filter f) |
<T extends Annotation> |
MethodList.hasAnnotation(Class<T> annotation) |
<T extends Annotation> |
MethodList.hasMetaAnnotation(Class<T> annotation) |
<T extends Annotation> |
MethodList.hasNotAnnotation(Class<T> annotation) |
<T extends Annotation> |
MethodList.hasNotMetaAnnotation(Class<T> annotation) |
<T extends Annotation> |
MethodList.hasNumParams(int i) |
<T extends Annotation> |
MethodList.hasReturnType(Class<?> r) |
<T extends Annotation> |
MethodList.isNotPublic() |
<T extends Annotation> |
MethodList.nameStartsWith(String s) |
Copyright © 2013 Oracle Corporation. All rights reserved.