|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AllReflectionHandler<T>
| Method Summary | |
|---|---|
AllAnnotationsHandler |
annotations()
Use this method to reflect all annotations on a AccessibleObject |
List<Annotation> |
annotationsMatching(Matcher<Annotation> matcher)
Deprecated. This functionality is going to be dropped. |
MirrorList<Constructor<T>> |
constructors()
Use this method to reflect all constructors on the wrapped class |
List<Constructor<T>> |
constructorsMatching(Matcher<Constructor<T>> matcher)
Deprecated. Use constructors().matching(Matcher |
MirrorList<Field> |
fields()
Use this method to reflect all fields on the wrapped class |
List<Field> |
fieldsMatching(Matcher<Field> matcher)
Deprecated. Use fields().matching(Matcher |
MirrorList<Method> |
getters()
Use this method to reflect all getters that follow JavaBean convention |
MirrorList<Method> |
methods()
Use this method to reflect all methods on the wrapped class |
List<Method> |
methodsMatching(Matcher<Method> matcher)
Deprecated. Use methods().matching(Matcher |
MirrorList<Method> |
setters()
Use this method to reflect all setters that follow JavaBean convention |
| Method Detail |
|---|
MirrorList<Field> fields()
ClassReflectionProvider.reflectAllFields()MirrorList<Method> methods()
ClassReflectionProvider.reflectAllMethods()MirrorList<Constructor<T>> constructors()
ClassReflectionProvider.reflectAllConstructors()AllAnnotationsHandler annotations()
MirrorList<Method> setters()
MirrorList<Method> getters()
@Deprecated List<Field> fieldsMatching(Matcher<Field> matcher)
fields()@Deprecated List<Method> methodsMatching(Matcher<Method> matcher)
methods()@Deprecated List<Constructor<T>> constructorsMatching(Matcher<Constructor<T>> matcher)
constructors()@Deprecated List<Annotation> annotationsMatching(Matcher<Annotation> matcher)
annotations()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||