Uses of Enum Class
io.quarkus.gizmo2.TypeKind
Packages that use TypeKind
-
Uses of TypeKind in io.quarkus.gizmo2
Methods in io.quarkus.gizmo2 that return TypeKindModifier and TypeMethodDescriptionTypeKind.asLoadable()Returns the loadable type kind for this type kind.static TypeKindReturns the type kind for the given class.static TypeKindReturns the type kind for the given descriptor.static TypeKindReturns the type kind for the given descriptor string.default TypeKindSimpleTyped.typeKind()Returns the type kind of this entity (notnull).static TypeKindReturns the enum constant of this class with the specified name.static TypeKind[]TypeKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.quarkus.gizmo2 with parameters of type TypeKind