net.vidageek.mirror
Class DefaultAccessorsController

java.lang.Object
  extended by net.vidageek.mirror.DefaultAccessorsController
All Implemented Interfaces:
AccessorsController

public final class DefaultAccessorsController
extends Object
implements AccessorsController

Author:
jonasabreu

Constructor Summary
DefaultAccessorsController(ReflectionProvider provider, Object target)
           
 
Method Summary
 GetterHandler get()
          This part of the DSL controls getting field values.
 InvocationHandler<Object> invoke()
          This part of the DSL controls invocation of methods and constructors.
 SetterHandler set()
          This part of the DSL controls setting of fields.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultAccessorsController

public DefaultAccessorsController(ReflectionProvider provider,
                                  Object target)
Method Detail

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.