Uses of Interface
org.int4.dirk.spi.instantiation.Instance
-
Packages that use Instance Package Description org.int4.dirk.spi.instantiation Provides the injection target extension interface. -
-
Uses of Instance in org.int4.dirk.spi.instantiation
Methods in org.int4.dirk.spi.instantiation that return Instance Modifier and Type Method Description Instance<T>Instance. select(java.lang.annotation.Annotation... qualifiers)Creates anInstancebased on this one which further narrows the potential matching instances by requiring additional qualifiers.<U extends T>
Instance<U>Instance. select(java.lang.Class<U> subtype, java.lang.annotation.Annotation... qualifiers)Creates anInstancebased on this one which further narrows the potential matching instances to a subtype ofTand the given additional qualifiers.<U extends T>
Instance<U>Instance. select(TypeLiteral<U> subtype, java.lang.annotation.Annotation... qualifiers)Creates anInstancebased on this one 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 Instance Modifier and Type Method Description TInstanceProvider. getInstance(Instance<E> instance)Creates an instance of typeTusing the givenInstance.
-