Uses of Interface
org.int4.dirk.spi.instantiation.InstantiationContext
-
Packages that use InstantiationContext Package Description org.int4.dirk.cdi org.int4.dirk.library org.int4.dirk.spi.instantiation -
-
Uses of InstantiationContext in org.int4.dirk.cdi
Methods in org.int4.dirk.cdi with parameters of type InstantiationContext Modifier and Type Method Description jakarta.enterprise.inject.Instance<T>InstanceInjectionTargetExtension. getInstance(InstantiationContext<T> context) -
Uses of InstantiationContext in org.int4.dirk.library
Methods in org.int4.dirk.library with parameters of type InstantiationContext Modifier and Type Method Description java.util.List<T>ListInjectionTargetExtension. getInstance(InstantiationContext<T> context)PProviderInjectionTargetExtension. getInstance(InstantiationContext<E> context)java.util.Set<T>SetInjectionTargetExtension. getInstance(InstantiationContext<T> context) -
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.
-