Uses of Class
org.int4.dirk.spi.instantiation.Resolution
-
Packages that use Resolution Package Description org.int4.dirk.core.definition Provides internal core definition classes for the Dirk injection framework.org.int4.dirk.spi.instantiation Provides the injection target extension interface. -
-
Uses of Resolution in org.int4.dirk.core.definition
Methods in org.int4.dirk.core.definition that return Resolution Modifier and Type Method Description ResolutionInjectionTarget. getResolution()Returns how the binding should be resolved.ResolutionInstantiator. getResolution()Returns how the injection target should be resolved. -
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.
-