|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MirrorList | |
|---|---|
| net.vidageek.mirror.list | |
| net.vidageek.mirror.list.dsl | |
| net.vidageek.mirror.reflect | |
| net.vidageek.mirror.reflect.dsl | |
| Uses of MirrorList in net.vidageek.mirror.list |
|---|
| Classes in net.vidageek.mirror.list that implement MirrorList | |
|---|---|
class |
BackedMirrorList<T>
This is list implementation that delegates to a received list. |
| Methods in net.vidageek.mirror.list that return MirrorList | ||
|---|---|---|
|
BackedMirrorList.mappingTo(Mapper<T,E> mapper)
|
|
MirrorList<T> |
BackedMirrorList.matching(Matcher<T> matcher)
|
|
| Uses of MirrorList in net.vidageek.mirror.list.dsl |
|---|
| Methods in net.vidageek.mirror.list.dsl that return MirrorList | ||
|---|---|---|
|
MirrorList.mappingTo(Mapper<T,E> mapper)
|
|
MirrorList<T> |
MirrorList.matching(Matcher<T> matcher)
|
|
| Uses of MirrorList in net.vidageek.mirror.reflect |
|---|
| Methods in net.vidageek.mirror.reflect that return MirrorList | |
|---|---|
MirrorList<Annotation> |
DefaultAllMemberHandler.annotations()
|
MirrorList<Constructor<T>> |
DefaultAllReflectionHandler.constructors()
|
MirrorList<Field> |
DefaultAllReflectionHandler.fields()
|
MirrorList<Method> |
DefaultAllReflectionHandler.getters()
|
MirrorList<Method> |
DefaultAllReflectionHandler.methods()
|
MirrorList<Method> |
DefaultAllReflectionHandler.setters()
|
| Uses of MirrorList in net.vidageek.mirror.reflect.dsl |
|---|
| Methods in net.vidageek.mirror.reflect.dsl that return MirrorList | |
|---|---|
MirrorList<Annotation> |
AllMemberHandler.annotations()
Use this method to reflect a list of annotations on the AnnotatedElement |
MirrorList<Constructor<T>> |
AllReflectionHandler.constructors()
Use this method to reflect all constructors on the wrapped class |
MirrorList<Field> |
AllReflectionHandler.fields()
Use this method to reflect all fields on the wrapped class |
MirrorList<Method> |
AllReflectionHandler.getters()
Use this method to reflect all getters that follow JavaBean convention |
MirrorList<Method> |
AllReflectionHandler.methods()
Use this method to reflect all methods on the wrapped class |
MirrorList<Method> |
AllReflectionHandler.setters()
Use this method to reflect all setters that follow JavaBean convention |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||