net.vidageek.mirror.dsl
Interface AccessorsController

All Known Implementing Classes:
DefaultAccessorsController

public interface AccessorsController

Author:
donizetti

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.
 

Method Detail

invoke

InvocationHandler<Object> invoke()
This part of the DSL controls invocation of methods and constructors.

Returns:
An object to control invocation.

set

SetterHandler set()
This part of the DSL controls setting of fields.

Returns:
An object to control setting.

get

GetterHandler get()
This part of the DSL controls getting field values.

Returns:
An object to control getting of values.


Copyright © 2011 VidaGeek.net. All Rights Reserved.