Uses of Class
org.int4.dirk.spi.instantiation.TypeTrait
-
Packages that use TypeTrait Package Description org.int4.dirk.cdi org.int4.dirk.core.definition org.int4.dirk.library org.int4.dirk.spi.instantiation -
-
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.java.util.Set<TypeTrait>BindingProvider.InjectionType. getTypeTraits()Constructor parameters in org.int4.dirk.core.definition with type arguments of type TypeTrait Constructor Description InjectionType(java.lang.reflect.Type elementType, java.util.Set<TypeTrait> typeTraits) -
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.
-