Uses of Class
org.int4.dirk.api.scope.ScopeNotActiveException
-
Packages that use ScopeNotActiveException 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.org.int4.dirk.spi.scope Provides the interface for custom scope resolvers. -
-
Uses of ScopeNotActiveException in org.int4.dirk.api
Methods in org.int4.dirk.api that throw ScopeNotActiveException 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(java.lang.reflect.Type type, java.lang.Object... qualifiers)Returns an instance of the givenTypematching the given criteria (if any) in which all dependencies are injected. -
Uses of ScopeNotActiveException in org.int4.dirk.core
Methods in org.int4.dirk.core that throw ScopeNotActiveException Modifier and Type Method Description <T> TStandardInjector. getInstance(java.lang.Class<T> cls, java.lang.Object... qualifiers)<T> TStandardInjector. getInstance(java.lang.reflect.Type type, java.lang.Object... qualifiers) -
Uses of ScopeNotActiveException in org.int4.dirk.core.definition
Methods in org.int4.dirk.core.definition that throw ScopeNotActiveException Modifier and Type Method Description <T> TExtendedScopeResolver. get(java.lang.Object key, CreationalContext<T> creationalContext) -
Uses of ScopeNotActiveException in org.int4.dirk.spi.instantiation
Methods in org.int4.dirk.spi.instantiation that throw ScopeNotActiveException Modifier and Type Method Description TInstantiationContext. create()Creates an instance of typeT.TInjectionTargetExtension. getInstance(InstantiationContext<E> context)Creates an instance of typeTusing the givenInstantiationContext. -
Uses of ScopeNotActiveException in org.int4.dirk.spi.scope
Methods in org.int4.dirk.spi.scope that throw ScopeNotActiveException Modifier and Type Method Description <T> TScopeResolver. get(java.lang.Object key, CreationalContext<T> creationalContext)Returns an existing instance associated with the given key, or uses the given context to create one.
-