Uses of Interface
org.int4.dirk.spi.instantiation.InstantiationContext
-
Packages that use InstantiationContext Package Description org.int4.dirk.spi.instantiation -
-
Uses of InstantiationContext in org.int4.dirk.spi.instantiation
Methods in org.int4.dirk.spi.instantiation that return InstantiationContext Modifier and Type Method Description InstantiationContext<T>InstantiationContext. select(java.lang.annotation.Annotation... qualifiers)Creates anInstantiationContextbased on this context which further narrows the potential matching instances by requiring additional qualifiers.<U extends T>
InstantiationContext<U>InstantiationContext. select(java.lang.Class<U> subtype, java.lang.annotation.Annotation... qualifiers)Creates anInstantiationContextbased on this context which further narrows the potential matching instances to a subtype ofTand the given additional qualifiers.<U extends T>
InstantiationContext<U>InstantiationContext. select(java.lang.reflect.Type subtype, java.lang.annotation.Annotation... qualifiers)Creates anInstantiationContextbased on this context which further narrows the potential matching instances to a subtype ofTand the given additional qualifiers.Methods in org.int4.dirk.spi.instantiation with parameters of type InstantiationContext Modifier and Type Method Description TInjectionTargetExtension. getInstance(InstantiationContext<E> context)Creates an instance of typeTusing the givenInstantiationContext.
-