Uses of Interface
io.smallrye.classfile.TypeAnnotation.TypePathComponent
Packages that use TypeAnnotation.TypePathComponent
Package
Description
Provides classfile parsing, generation, and transformation library.
-
Uses of TypeAnnotation.TypePathComponent in io.smallrye.classfile
Fields in io.smallrye.classfile declared as TypeAnnotation.TypePathComponentModifier and TypeFieldDescriptionstatic final TypeAnnotation.TypePathComponentTypeAnnotation.TypePathComponent.ARRAYstatic instance for annotation is deeper in an array typestatic final TypeAnnotation.TypePathComponentTypeAnnotation.TypePathComponent.INNER_TYPEstatic instance for annotation is deeper in a nested typestatic final TypeAnnotation.TypePathComponentTypeAnnotation.TypePathComponent.WILDCARDstatic instance for annotation is on the bound of a wildcard type argument of a parameterized typeMethods in io.smallrye.classfile that return TypeAnnotation.TypePathComponentModifier and TypeMethodDescriptionTypeAnnotation.TypePathComponent.of(TypeAnnotation.TypePathComponent.Kind typePathKind, int typeArgumentIndex) Returns type path component of an annotation.Methods in io.smallrye.classfile that return types with arguments of type TypeAnnotation.TypePathComponentModifier and TypeMethodDescriptionTypeAnnotation.targetPath()Returns which part of the type indicated byTypeAnnotation.targetInfo()is annotated.Method parameters in io.smallrye.classfile with type arguments of type TypeAnnotation.TypePathComponentModifier and TypeMethodDescriptionstatic TypeAnnotationTypeAnnotation.of(TypeAnnotation.TargetInfo targetInfo, List<TypeAnnotation.TypePathComponent> targetPath, Annotation annotation) Returns atype_annotationstructure.