Uses of Class
org.int4.dirk.api.instantiation.AmbiguousResolutionException
-
Packages that use AmbiguousResolutionException Package Description org.int4.dirk.api Provides the API for interacting with Dirk Injectors.org.int4.dirk.core Provides internal core classes for the Dirk injection framework.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 AmbiguousResolutionException in org.int4.dirk.api
Methods in org.int4.dirk.api that throw AmbiguousResolutionException Modifier and Type Method Description <T> TInstanceResolver. getInstance(java.lang.Class<T> cls, java.lang.Object... qualifiers)Returns an instance of the given class matching the given criteria (if any) in which all dependencies are injected.<T> TInstanceResolver. getInstance(TypeLiteral<T> typeLiteral, java.lang.Object... qualifiers)Returns an instance of the type specified by the givenTypeLiteralmatching the given criteria (if any) in which all dependencies are injected. -
Uses of AmbiguousResolutionException in org.int4.dirk.core
Methods in org.int4.dirk.core that throw AmbiguousResolutionException Modifier and Type Method Description <T> TStandardInjector. getInstance(java.lang.Class<T> cls, java.lang.Object... qualifiers)<T> TStandardInjector. getInstance(TypeLiteral<T> typeLiteral, java.lang.Object... qualifiers) -
Uses of AmbiguousResolutionException in org.int4.dirk.core.definition
Methods in org.int4.dirk.core.definition that throw AmbiguousResolutionException Modifier and Type Method Description CreationalContext<T>Instantiator. create(Resolver<Injectable<?>> resolver)Creates aCreationalContext. -
Uses of AmbiguousResolutionException in org.int4.dirk.spi.instantiation
Methods in org.int4.dirk.spi.instantiation that throw AmbiguousResolutionException Modifier and Type Method Description TInstance. get()Creates an instance of typeT.
-