Uses of Class
org.int4.dirk.spi.instantiation.Resolution
-
Packages that use Resolution Package Description org.int4.dirk.spi.instantiation Provides the injection target extension interface. -
-
Uses of Resolution in org.int4.dirk.spi.instantiation
Methods in org.int4.dirk.spi.instantiation that return Resolution Modifier and Type Method Description ResolutionInjectionTargetExtension. getResolution()Returns how the injection target should be resolved.static ResolutionResolution. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Resolution[]Resolution. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.int4.dirk.spi.instantiation with parameters of type Resolution Constructor Description InjectionTargetExtension(java.lang.reflect.TypeVariable<java.lang.Class<T>> elementTypeVariable, Resolution resolution, InstanceProvider<T,E> instanceProvider)Constructs a new instance.
-