net.vidageek.mirror
Class DefaultMemberController
java.lang.Object
net.vidageek.mirror.DefaultMemberController
- All Implemented Interfaces:
- MemberController
public final class DefaultMemberController
- extends Object
- implements MemberController
Class to provide reflection features to AccessibleObjects
- Author:
- dnfeitosa
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultMemberController
public DefaultMemberController(ReflectionProvider provider,
AnnotatedElement member)
reflectAll
public AllMemberHandler reflectAll()
- Description copied from interface:
MemberController
- This part of the DSL controls reflection of a list of reflection
elements.
- Specified by:
reflectAll in interface MemberController
- Returns:
- An object to control reflection of lists of elements.
reflect
public MemberHandler reflect()
- Description copied from interface:
MemberController
- This part of the DSL controls reflection of single reflection elements.
- Specified by:
reflect in interface MemberController
- Returns:
- An object to control reflection of single elements.
Copyright © 2011 VidaGeek.net. All Rights Reserved.