Uses of Class
net.sf.jguiraffe.di.impl.ConstructorInvocation
-
Packages that use ConstructorInvocation Package Description net.sf.jguiraffe.di.impl.providers In theproviders
sub package different implementations of theBeanProvider
interface 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 ConstructorInvocation
ConstructorBeanProvider. getInvocation()
Returns theConstructorInvocation
object 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 ofConstructorBeanProvider
and initializes it with the constructor invocation to be called.
-