Uses of Class
net.sf.jguiraffe.di.impl.ConstructorInvocation
-
Packages that use ConstructorInvocation Package Description net.sf.jguiraffe.di.impl.providers In theproviderssub package different implementations of theBeanProviderinterface can be found. -
-
Uses of ConstructorInvocation in net.sf.jguiraffe.di.impl.providers
Methods in net.sf.jguiraffe.di.impl.providers that return ConstructorInvocation Modifier and Type Method Description ConstructorInvocationConstructorBeanProvider. getInvocation()Returns theConstructorInvocationobject that determines the constructor to be invoked.Constructors in net.sf.jguiraffe.di.impl.providers with parameters of type ConstructorInvocation Constructor Description ConstructorBeanProvider(ConstructorInvocation ctorinv)Creates a new instance ofConstructorBeanProviderand initializes it with the constructor invocation to be called.
-