Uses of Class
org.int4.dirk.spi.instantiation.TypeTrait
-
Packages that use TypeTrait 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.library Provides standard extensions and strategy implementations for constructing custom injectors.org.int4.dirk.spi.instantiation Provides the injection target extension interface. -
-
Uses of TypeTrait in org.int4.dirk.cdi
Methods in org.int4.dirk.cdi that return types with arguments of type TypeTrait Modifier and Type Method Description java.util.Set<TypeTrait>InstanceInjectionTargetExtension. getTypeTraits() -
Uses of TypeTrait in org.int4.dirk.core.definition
Methods in org.int4.dirk.core.definition that return types with arguments of type TypeTrait Modifier and Type Method Description java.util.Set<TypeTrait>Binding. getTypeTraits()Returns theTypeTraits of this binding. -
Uses of TypeTrait in org.int4.dirk.library
Methods in org.int4.dirk.library that return types with arguments of type TypeTrait Modifier and Type Method Description java.util.Set<TypeTrait>ListInjectionTargetExtension. getTypeTraits()java.util.Set<TypeTrait>ProviderInjectionTargetExtension. getTypeTraits()java.util.Set<TypeTrait>SetInjectionTargetExtension. getTypeTraits() -
Uses of TypeTrait in org.int4.dirk.spi.instantiation
Methods in org.int4.dirk.spi.instantiation that return TypeTrait Modifier and Type Method Description static TypeTraitTypeTrait. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TypeTrait[]TypeTrait. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.int4.dirk.spi.instantiation that return types with arguments of type TypeTrait Modifier and Type Method Description java.util.Set<TypeTrait>InjectionTargetExtension. getTypeTraits()Returns theTypeTraits of this extension.
-