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 TypeClassDescriptionclassRepresents a target of type annotation which occurs in theextendsorimplementsclause of an enclosing class.classRepresents a target of type annotation which occurs directly on a field type, a method return type, or a method receiver type.classRepresents a type annotation target which occurs within a method parameter type.classA common parent for type targets which provide a position.classRepresents a target of type annotation which occurs in thethrowsclause of an enclosing method.classRepresents a target of type annotation which occurs within a bound of type parameter.classRepresents 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 aTypeTargetif it is of kindTYPEClassInfo.asType()final TypeTargetFieldInfo.asType()final TypeTargetMethodInfo.asType()final TypeTargetMethodParameterInfo.asType()final TypeTargetRecordComponentInfo.asType()final TypeTargetTypeTarget.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 voidIndexWriterV2.writeTypeTarget(PackedDataOutputStream stream, TypeTarget typeTarget) private voidIndexWriterV2.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)