Uses of Class
org.jboss.jandex.TypeTarget
-
Uses of TypeTarget in org.jboss.jandex
Subclasses of TypeTarget in org.jboss.jandexModifier and TypeClassDescriptionclass
Represents a type annotation target which occurs in the extends or implements clause of an enclosing class.class
Represents a type annotation target which occurs directly on a field type, a method return type, or a method receiver type.class
Represents a type annotation target which occurs within a method parameter type.class
A common parent for type targets which provide a position.class
Represents a type annotation target which occurs within a throwable type on a method.class
Represents a type annotation target which occurs within a bound of type parameter type.class
Represents a type annotation target which occurs within a type parameter type.Fields in org.jboss.jandex declared as TypeTargetMethods in org.jboss.jandex that return TypeTargetModifier and TypeMethodDescriptionAnnotationTarget.asType()
Casts and returns this target as aTypeTarget
if it is of kindTYPE
ClassInfo.asType()
final TypeTarget
FieldInfo.asType()
final TypeTarget
MethodInfo.asType()
final TypeTarget
MethodParameterInfo.asType()
final TypeTarget
RecordComponentInfo.asType()
final TypeTarget
TypeTarget.asType()
Methods in org.jboss.jandex with parameters of type TypeTargetModifier and TypeMethodDescriptionprivate void
IndexWriterV2.writeTypeTarget
(PackedDataOutputStream stream, TypeTarget typeTarget) private void
IndexWriterV2.writeTypeTargetFields
(PackedDataOutputStream stream, byte tag, TypeTarget target) Constructors in org.jboss.jandex with parameters of type TypeTargetModifierConstructorDescription(package private)
TypeAnnotationState
(TypeTarget target, AnnotationInstance annotation, ArrayList<Indexer.PathElement> pathElements, boolean genericsRequired, boolean bridgeIncompatible)