net.vidageek.mirror
Class DefaultFieldController

java.lang.Object
  extended by net.vidageek.mirror.DefaultFieldController
All Implemented Interfaces:
FieldController

public class DefaultFieldController
extends Object
implements FieldController

Class which provides reflection features to Fields.

Author:
dnfeitosa

Constructor Summary
DefaultFieldController(ReflectionProvider provider, Field field)
           
 
Method Summary
 FieldHandler reflect()
          This part of the DSL controls reflection of single reflection elements.
 AllMemberHandler reflectAll()
          This part of the DSL controls reflection of lists of reflection elements.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultFieldController

public DefaultFieldController(ReflectionProvider provider,
                              Field field)
Method Detail

reflect

public FieldHandler reflect()
Description copied from interface: FieldController
This part of the DSL controls reflection of single reflection elements.

Specified by:
reflect in interface FieldController
Returns:
An object to control reflection of single reflection elements.

reflectAll

public AllMemberHandler reflectAll()
Description copied from interface: FieldController
This part of the DSL controls reflection of lists of reflection elements.

Specified by:
reflectAll in interface FieldController
Returns:
An object to control reflection of lists of reflection elements.


Copyright © 2011 VidaGeek.net. All Rights Reserved.