net.vidageek.mirror
Class DefaultFieldController
java.lang.Object
net.vidageek.mirror.DefaultFieldController
- All Implemented Interfaces:
- FieldController
public class DefaultFieldController
- extends Object
- implements FieldController
Class which provides reflection features to Fields.
- Author:
- dnfeitosa
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultFieldController
public DefaultFieldController(ReflectionProvider provider,
Field field)
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.