Uses of Class
org.int4.dirk.spi.instantiation.TypeTrait
-
Packages that use TypeTrait Package Description org.int4.dirk.spi.instantiation -
-
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.
-