Uses of Class
net.sf.jguiraffe.di.impl.MethodInvocation
-
Packages that use MethodInvocation Package Description net.sf.jguiraffe.di.impl.providers In theproviderssub package different implementations of theBeanProviderinterface can be found. -
-
Uses of MethodInvocation in net.sf.jguiraffe.di.impl.providers
Methods in net.sf.jguiraffe.di.impl.providers that return MethodInvocation Modifier and Type Method Description MethodInvocationMethodInvocationBeanProvider. getInvocation()Returns theMethodInvocationfor the method to be invoked.Constructors in net.sf.jguiraffe.di.impl.providers with parameters of type MethodInvocation Constructor Description MethodInvocationBeanProvider(Dependency targetBean, MethodInvocation methodInv)Creates a new instance ofMethodInvocationBeanProviderand initializes it with the dependency to the target object (on which the method is to be invoked) and the description of the method invocation.MethodInvocationBeanProvider(Dependency targetBean, MethodInvocation methodInv, ClassDescription beanClsDsc)Creates a new instance ofMethodInvocationBeanProviderand initializes it with the dependency to the target object (on which the method is to be invoked), the description of the method invocation, and the class of the managed bean.MethodInvocationBeanProvider(MethodInvocation methodInv)Creates a new instance ofMethodInvocationBeanProviderand initializes it with the description of the method to invoke.
-