Uses of Enum Class
io.quarkus.gizmo2.TypeKind

Packages that use TypeKind
Package
Description
 
  • Uses of TypeKind in io.quarkus.gizmo2

    Methods in io.quarkus.gizmo2 that return TypeKind
    Modifier and Type
    Method
    Description
    TypeKind.asLoadable()
    Returns the loadable type kind for this type kind.
    static TypeKind
    TypeKind.from(Class<?> clazz)
    Returns the type kind for the given class.
    static TypeKind
    TypeKind.from(ClassDesc descriptor)
    Returns the type kind for the given descriptor.
    static TypeKind
    TypeKind.from(String descriptor)
    Returns the type kind for the given descriptor string.
    default TypeKind
    SimpleTyped.typeKind()
    Returns the type kind of this entity (not null).
    static TypeKind
    TypeKind.valueOf(String name)
    Returns 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
    Modifier and Type
    Method
    Description
    static Const
    Const.of(double value, TypeKind typeKind)
    Returns a constant for the given value.
    static Const
    Const.of(float value, TypeKind typeKind)
    Returns a constant for the given value.
    static Const
    Const.of(int value, TypeKind typeKind)
    Returns a constant for the given value.
    static Const
    Const.of(long value, TypeKind typeKind)
    Returns a constant for the given value.