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 classClassExtendsTypeTargetRepresents a type annotation target which occurs in the extends or implements clause of an enclosing class.classEmptyTypeTargetRepresents a type annotation target 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 type annotation target which occurs within a throwable type on a method.classTypeParameterBoundTypeTargetRepresents a type annotation target which occurs within a bound of type parameter type.classTypeParameterTypeTargetRepresents 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 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 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)
-