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 classClassExtendsTypeTargetRepresents a target of type annotation which occurs in theextendsorimplementsclause of an enclosing class.classEmptyTypeTargetRepresents a target of type annotation which occurs directly on a field type, a method return type, or a method receiver type.classMethodParameterTypeTargetRepresents a type annotation target which occurs within a method parameter type.classPositionBasedTypeTargetA common parent for type targets which provide a position.classThrowsTypeTargetRepresents a target of type annotation which occurs in thethrowsclause of an enclosing method.classTypeParameterBoundTypeTargetRepresents a target of type annotation which occurs within a bound of type parameter.classTypeParameterTypeTargetRepresents 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 TypeTargetIndexer.TypeAnnotationState. targetMethods in org.jboss.jandex that return TypeTarget Modifier and Type Method Description TypeTargetAnnotationTarget. asType()Casts and returns this target as aTypeTargetif it is of kindTYPETypeTargetClassInfo. asType()TypeTargetFieldInfo. asType()TypeTargetMethodInfo. asType()TypeTargetMethodParameterInfo. asType()TypeTargetRecordComponentInfo. asType()TypeTargetTypeTarget. asType()Methods in org.jboss.jandex with parameters of type TypeTarget Modifier and Type Method Description static EquivalenceKey.TypeEquivalenceKeyEquivalenceKey. 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 TypeTarget Constructor Description TypeAnnotationState(TypeTarget target, AnnotationInstance annotation, java.util.ArrayList<Indexer.PathElement> pathElements, boolean genericsRequired, boolean bridgeIncompatible)
-