Uses of Class
net.sf.jguiraffe.di.impl.MethodInvocation
-
Packages that use MethodInvocation Package Description net.sf.jguiraffe.di.impl.providers In theproviders
sub package different implementations of theBeanProvider
interface 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 MethodInvocation
MethodInvocationBeanProvider. getInvocation()
Returns theMethodInvocation
for 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 ofMethodInvocationBeanProvider
and 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 ofMethodInvocationBeanProvider
and 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 ofMethodInvocationBeanProvider
and initializes it with the description of the method to invoke.
-