net.vidageek.mirror.dsl
Interface FieldController

All Known Implementing Classes:
DefaultFieldController

public interface FieldController

Class which provides reflection features to Fields.

Author:
donizetti

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.
 

Method Detail

reflect

FieldHandler reflect()
This part of the DSL controls reflection of single reflection elements.

Returns:
An object to control reflection of single reflection elements.

reflectAll

AllMemberHandler reflectAll()
This part of the DSL controls reflection of lists of reflection elements.

Returns:
An object to control reflection of lists of reflection elements.


Copyright © 2011 VidaGeek.net. All Rights Reserved.