Uses of Enum Class
io.smallrye.classfile.TypeAnnotation.TypePathComponent.Kind
Packages that use TypeAnnotation.TypePathComponent.Kind
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of TypeAnnotation.TypePathComponent.Kind in io.smallrye.classfile
Methods in io.smallrye.classfile that return TypeAnnotation.TypePathComponent.KindModifier and TypeMethodDescriptionTypeAnnotation.TypePathComponent.typePathKind()The type path kind items from JVMS Table 4.7.20.2-A.Returns the enum constant of this class with the specified name.TypeAnnotation.TypePathComponent.Kind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.smallrye.classfile with parameters of type TypeAnnotation.TypePathComponent.KindModifier and TypeMethodDescriptionTypeAnnotation.TypePathComponent.of(TypeAnnotation.TypePathComponent.Kind typePathKind, int typeArgumentIndex) Returns type path component of an annotation.