net.vidageek.mirror
Class DefaultAccessorsController
java.lang.Object
net.vidageek.mirror.DefaultAccessorsController
- All Implemented Interfaces:
- AccessorsController
public final class DefaultAccessorsController
- extends Object
- implements AccessorsController
- Author:
- jonasabreu
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultAccessorsController
public DefaultAccessorsController(ReflectionProvider provider,
Object target)
invoke
public InvocationHandler<Object> invoke()
- Description copied from interface:
AccessorsController
- This part of the DSL controls invocation of methods and constructors.
- Specified by:
invoke in interface AccessorsController
- Returns:
- An object to control invocation.
set
public SetterHandler set()
- Description copied from interface:
AccessorsController
- This part of the DSL controls setting of fields.
- Specified by:
set in interface AccessorsController
- Returns:
- An object to control setting.
get
public GetterHandler get()
- Description copied from interface:
AccessorsController
- This part of the DSL controls getting field values.
- Specified by:
get in interface AccessorsController
- Returns:
- An object to control getting of values.
Copyright © 2011 VidaGeek.net. All Rights Reserved.