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 TypeKindTypeKind.from(TypeDescriptor.OfField<?> descriptor) Returns the type kind for the given descriptor.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