net.vidageek.mirror
Class DefaultMemberController

java.lang.Object
  extended by 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

Constructor Summary
DefaultMemberController(ReflectionProvider provider, AnnotatedElement member)
           
 
Method Summary
 MemberHandler reflect()
          This part of the DSL controls reflection of single reflection elements.
 AllMemberHandler reflectAll()
          This part of the DSL controls reflection of a list of reflection elements.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultMemberController

public DefaultMemberController(ReflectionProvider provider,
                               AnnotatedElement member)
Method Detail

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.