Uses of Package
org.int4.dirk.api.definition
-
Packages that use org.int4.dirk.api.definition Package Description org.int4.dirk.api Provides the API for interacting with Dirk Injectors.org.int4.dirk.api.definition Defines exceptions that an injector may throw while adding and removing candidates.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.core.discovery Provides internal core discovery classes for the Dirk injection framework.org.int4.dirk.core.store Provides internal core store for the Dirk injection framework.org.int4.dirk.extensions.assisted Provides classes for the assisted injection extension.org.int4.dirk.library Provides standard extensions and strategy implementations for constructing custom injectors.org.int4.dirk.plugins Provides classes for loading and unloading jars, and scanning for annotations.org.int4.dirk.spi.config Provides configuration interfaces for injectors.org.int4.dirk.spi.definition Provides the type registration extension interface. -
Classes in org.int4.dirk.api.definition used by org.int4.dirk.api Class Description AutoDiscoveryException Thrown when auto discovery is allowed and the types discovered have definition problems or fail to register as a coherent whole.DefinitionException Thrown during registration of types or instances when the type is incorrectly annotated, cannot be constructed or cannot be injected.DependencyException Base exception which signals when an Injector would no longer be able to supply all dependencies for all types it manages if the current action would be executed. -
Classes in org.int4.dirk.api.definition used by org.int4.dirk.api.definition Class Description DependencyException Base exception which signals when an Injector would no longer be able to supply all dependencies for all types it manages if the current action would be executed.RequiredDependencyException Thrown when an attempt is made to register or remove a type that would cause a dependency required by another type to be ambiguous or unresolvable (either by providing a second alternative or by not providing one anymore). -
Classes in org.int4.dirk.api.definition used by org.int4.dirk.core Class Description AutoDiscoveryException Thrown when auto discovery is allowed and the types discovered have definition problems or fail to register as a coherent whole.DefinitionException Thrown during registration of types or instances when the type is incorrectly annotated, cannot be constructed or cannot be injected.DependencyException Base exception which signals when an Injector would no longer be able to supply all dependencies for all types it manages if the current action would be executed. -
Classes in org.int4.dirk.api.definition used by org.int4.dirk.core.definition Class Description DefinitionException Thrown during registration of types or instances when the type is incorrectly annotated, cannot be constructed or cannot be injected. -
Classes in org.int4.dirk.api.definition used by org.int4.dirk.core.discovery Class Description DefinitionException Thrown during registration of types or instances when the type is incorrectly annotated, cannot be constructed or cannot be injected. -
Classes in org.int4.dirk.api.definition used by org.int4.dirk.core.store Class Description DependencyException Base exception which signals when an Injector would no longer be able to supply all dependencies for all types it manages if the current action would be executed.DuplicateDependencyException Thrown when attempting to add a dependency which was already added to the store.MissingDependencyException Thrown when a dependency is not present in the store. -
Classes in org.int4.dirk.api.definition used by org.int4.dirk.extensions.assisted Class Description DefinitionException Thrown during registration of types or instances when the type is incorrectly annotated, cannot be constructed or cannot be injected. -
Classes in org.int4.dirk.api.definition used by org.int4.dirk.library Class Description DefinitionException Thrown during registration of types or instances when the type is incorrectly annotated, cannot be constructed or cannot be injected. -
Classes in org.int4.dirk.api.definition used by org.int4.dirk.plugins Class Description AutoDiscoveryException Thrown when auto discovery is allowed and the types discovered have definition problems or fail to register as a coherent whole.DefinitionException Thrown during registration of types or instances when the type is incorrectly annotated, cannot be constructed or cannot be injected.DependencyException Base exception which signals when an Injector would no longer be able to supply all dependencies for all types it manages if the current action would be executed. -
Classes in org.int4.dirk.api.definition used by org.int4.dirk.spi.config Class Description DefinitionException Thrown during registration of types or instances when the type is incorrectly annotated, cannot be constructed or cannot be injected. -
Classes in org.int4.dirk.api.definition used by org.int4.dirk.spi.definition Class Description DefinitionException Thrown during registration of types or instances when the type is incorrectly annotated, cannot be constructed or cannot be injected.