Uses of Class
org.jboss.jandex.TypeTarget
-
-
Uses of TypeTarget in org.jboss.jandex
Subclasses of TypeTarget in org.jboss.jandex Modifier and Type Class Description class
ClassExtendsTypeTarget
Represents a type annotation target which occurs in the extends or implements clause of an enclosing class.class
EmptyTypeTarget
Represents a type annotation target which occurs directly on a field type, a method return type, or a method receiver type.class
MethodParameterTypeTarget
Represents a type annotation target which occurs within a method parameter type.class
PositionBasedTypeTarget
A common parent for type targets which provide a position.class
ThrowsTypeTarget
Represents a type annotation target which occurs within a throwable type on a method.class
TypeParameterBoundTypeTarget
Represents a type annotation target which occurs within a bound of type parameter type.class
TypeParameterTypeTarget
Represents a type annotation target which occurs within a type parameter type.Fields in org.jboss.jandex declared as TypeTarget Modifier and Type Field Description private TypeTarget
Indexer.TypeAnnotationState. target
Methods in org.jboss.jandex that return TypeTarget Modifier and Type Method Description TypeTarget
AnnotationTarget. asType()
Casts and returns this target as aTypeTarget
if it is of kindTYPE
TypeTarget
ClassInfo. asType()
TypeTarget
FieldInfo. asType()
TypeTarget
MethodInfo. asType()
TypeTarget
MethodParameterInfo. asType()
TypeTarget
RecordComponentInfo. asType()
TypeTarget
TypeTarget. asType()
Methods in org.jboss.jandex with parameters of type TypeTarget Modifier and Type Method Description private 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 TypeTarget Constructor Description TypeAnnotationState(TypeTarget target, AnnotationInstance annotation, java.util.ArrayList<Indexer.PathElement> pathElements, boolean genericsRequired, boolean bridgeIncompatible)
-