Uses of Class
org.jboss.jandex.TypeTarget
-
Packages that use TypeTarget Package Description org.jboss.jandex Jandex is a space efficient Java class file indexer and offline reflection library. -
-
Uses of TypeTarget in org.jboss.jandex
Subclasses of TypeTarget in org.jboss.jandex Modifier and Type Class Description class
ClassExtendsTypeTarget
Represents a target of type annotation which occurs in theextends
orimplements
clause of an enclosing class.class
EmptyTypeTarget
Represents a target of type annotation 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 target of type annotation which occurs in thethrows
clause of an enclosing method.class
TypeParameterBoundTypeTarget
Represents a target of type annotation which occurs within a bound of type parameter.class
TypeParameterTypeTarget
Represents a target of type annotation which occurs within a type parameter.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 static EquivalenceKey.TypeEquivalenceKey
EquivalenceKey. of(TypeTarget typeTarget)
Returns an equivalence key for given type annotation target.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)
-