Uses of Class
org.jboss.jandex.TypeTarget
Packages that use TypeTarget
Package
Description
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.jandexModifier and TypeClassDescriptionclass
Represents a target of type annotation which occurs in theextends
orimplements
clause of an enclosing class.class
Represents a target of type annotation 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 target of type annotation which occurs in thethrows
clause of an enclosing method.class
Represents a target of type annotation which occurs within a bound of type parameter.class
Represents a target of type annotation which occurs within a type parameter.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 TypeMethodDescriptionEquivalenceKey.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 TypeTargetModifierConstructorDescription(package private)
TypeAnnotationState
(TypeTarget target, AnnotationInstance annotation, ArrayList<Indexer.PathElement> pathElements, boolean genericsRequired, boolean bridgeIncompatible)