Uses of Package
org.int4.dirk.spi.scope
-
Packages that use org.int4.dirk.spi.scope Package Description org.int4.dirk.cdi Provides CDI style injection.org.int4.dirk.core.definition Provides internal core definition classes for the Dirk injection framework.org.int4.dirk.di Provides Dirk style injection.org.int4.dirk.jakarta Provides Jakarta style injection.org.int4.dirk.jsr330 Provides JSR-330 style injection (superseded by Jakarta).org.int4.dirk.library Provides standard extensions and strategy implementations for constructing custom injectors.org.int4.dirk.spi.scope Provides the interface for custom scope resolvers. -
Classes in org.int4.dirk.spi.scope used by org.int4.dirk.cdi Class Description ScopeResolver Handles resolving of types with a specific scope annotation. -
Classes in org.int4.dirk.spi.scope used by org.int4.dirk.core.definition Class Description CreationalContext Context used to create and destroy instances with injection information.ScopeResolver Handles resolving of types with a specific scope annotation. -
Classes in org.int4.dirk.spi.scope used by org.int4.dirk.di Class Description ScopeResolver Handles resolving of types with a specific scope annotation. -
Classes in org.int4.dirk.spi.scope used by org.int4.dirk.jakarta Class Description ScopeResolver Handles resolving of types with a specific scope annotation. -
Classes in org.int4.dirk.spi.scope used by org.int4.dirk.jsr330 Class Description ScopeResolver Handles resolving of types with a specific scope annotation. -
Classes in org.int4.dirk.spi.scope used by org.int4.dirk.library Class Description AbstractScopeResolver Abstract base implementation of aScopeResolverwhich manages a map of instances per scope.ScopeResolver Handles resolving of types with a specific scope annotation. -
Classes in org.int4.dirk.spi.scope used by org.int4.dirk.spi.scope Class Description CreationalContext Context used to create and destroy instances with injection information.ScopeResolver Handles resolving of types with a specific scope annotation.