Uses of Interface
net.vidageek.mirror.invoke.dsl.InvocationHandler

Packages that use InvocationHandler
net.vidageek.mirror   
net.vidageek.mirror.dsl   
net.vidageek.mirror.invoke   
 

Uses of InvocationHandler in net.vidageek.mirror
 

Methods in net.vidageek.mirror that return InvocationHandler
 InvocationHandler<T> DefaultClassController.invoke()
           
 InvocationHandler<Object> DefaultAccessorsController.invoke()
           
 

Uses of InvocationHandler in net.vidageek.mirror.dsl
 

Methods in net.vidageek.mirror.dsl that return InvocationHandler
 InvocationHandler<T> ClassController.invoke()
          This part of the DSL controls invocation of methods and constructors.
 InvocationHandler<Object> AccessorsController.invoke()
          This part of the DSL controls invocation of methods and constructors.
 

Uses of InvocationHandler in net.vidageek.mirror.invoke
 

Classes in net.vidageek.mirror.invoke that implement InvocationHandler
 class DefaultInvocationHandler<T>
          This class is responsible for choosing between invocation of constructor or methods.
 



Copyright © 2011 VidaGeek.net. All Rights Reserved.