Uses of Interface
net.bytebuddy.description.type.TypeDescription.Generic.AnnotationReader
-
Packages that use TypeDescription.Generic.AnnotationReader Package Description net.bytebuddy.description.type Contains descriptions of Java types and packages. -
-
Uses of TypeDescription.Generic.AnnotationReader in net.bytebuddy.description.type
Classes in net.bytebuddy.description.type that implement TypeDescription.Generic.AnnotationReader Modifier and Type Class Description static classTypeDescription.Generic.AnnotationReader.DelegatorA delegating annotation reader that delegates all invocations to an annotation reader that wraps the previous one.protected static classTypeDescription.Generic.AnnotationReader.Delegator.ChainedA chained delegator that bases its result on an underlying annotation reader.static classTypeDescription.Generic.AnnotationReader.Delegator.ForLoadedExecutableExceptionTypeA delegating annotation reader for an annotated exception variable.static classTypeDescription.Generic.AnnotationReader.Delegator.ForLoadedExecutableParameterTypeA delegating annotation reader for an annotated parameter variable.static classTypeDescription.Generic.AnnotationReader.Delegator.ForLoadedFieldA delegating annotation reader for an annotated field variable.static classTypeDescription.Generic.AnnotationReader.Delegator.ForLoadedInterfaceA delegating annotation reader for an annotated interface type.static classTypeDescription.Generic.AnnotationReader.Delegator.ForLoadedMethodReturnTypeA delegating annotation reader for an annotated return variable.static classTypeDescription.Generic.AnnotationReader.Delegator.ForLoadedRecordComponentAn annotation reader for ajava.lang.reflect.RecordComponent.static classTypeDescription.Generic.AnnotationReader.Delegator.ForLoadedSuperClassA delegating annotation reader for an annotated super type.static classTypeDescription.Generic.AnnotationReader.Delegator.ForLoadedTypeVariableA delegating annotation reader for an annotated type variable.static classTypeDescription.Generic.AnnotationReader.Delegator.SimpleA simple delegator for a givenAnnotatedElement.static classTypeDescription.Generic.AnnotationReader.ForComponentTypeA chained annotation reader for reading a component type.static classTypeDescription.Generic.AnnotationReader.ForOwnerTypeA chained annotation reader for reading an owner type.static classTypeDescription.Generic.AnnotationReader.ForTypeArgumentA chained annotation reader for reading a parameterized type's type argument.static classTypeDescription.Generic.AnnotationReader.ForTypeVariableBoundTypeA chained annotation reader for reading a type variable's type argument.protected static classTypeDescription.Generic.AnnotationReader.ForTypeVariableBoundType.OfFormalTypeVariableA chained annotation reader for reading a formal type variable's type argument.static classTypeDescription.Generic.AnnotationReader.ForWildcardLowerBoundTypeA chained annotation reader for reading a wildcard type's lower bound type.static classTypeDescription.Generic.AnnotationReader.ForWildcardUpperBoundTypeA chained annotation reader for reading a wildcard type's upper bound type.static classTypeDescription.Generic.AnnotationReader.NoOpA non-operational annotation reader.Fields in net.bytebuddy.description.type declared as TypeDescription.Generic.AnnotationReader Modifier and Type Field Description protected TypeDescription.Generic.AnnotationReaderTypeDescription.Generic.AnnotationReader.Delegator.Chained. annotationReaderThe underlying annotation reader.private TypeDescription.Generic.AnnotationReaderTypeDescription.Generic.OfGenericArray.ForLoadedType. annotationReaderThe annotation reader to query for the generic array type's annotations.private TypeDescription.Generic.AnnotationReaderTypeDescription.Generic.OfNonGenericType.ForLoadedType. annotationReaderThe annotation reader to query for the non-generic type's annotations.private TypeDescription.Generic.AnnotationReaderTypeDescription.Generic.OfParameterizedType.ForLoadedType. annotationReaderThe annotation reader to query for the parameterized type's annotations.private TypeDescription.Generic.AnnotationReaderTypeDescription.Generic.OfParameterizedType.ForLoadedType.ParameterArgumentTypeList. annotationReaderThe annotation reader to query for type annotations.private TypeDescription.Generic.AnnotationReaderTypeDescription.Generic.OfTypeVariable.ForLoadedType. annotationReaderThe annotation reader to query for the variable's annotations.private TypeDescription.Generic.AnnotationReaderTypeDescription.Generic.OfTypeVariable.ForLoadedType.TypeVariableBoundList. annotationReaderThe annotation reader to query for the type bounds.private TypeDescription.Generic.AnnotationReaderTypeDescription.Generic.OfWildcardType.ForLoadedType. annotationReaderThe annotation reader to query for the wildcard type's annotations.private TypeDescription.Generic.AnnotationReaderTypeDescription.Generic.OfWildcardType.ForLoadedType.WildcardLowerBoundTypeList. annotationReaderThe annotation reader to query for type annotations.private TypeDescription.Generic.AnnotationReaderTypeDescription.Generic.OfWildcardType.ForLoadedType.WildcardUpperBoundTypeList. annotationReaderThe annotation reader to query for type annotations.Methods in net.bytebuddy.description.type that return TypeDescription.Generic.AnnotationReader Modifier and Type Method Description protected TypeDescription.Generic.AnnotationReaderTypeDescription.Generic.LazyProjection.ForLoadedFieldType. getAnnotationReader()protected TypeDescription.Generic.AnnotationReaderTypeDescription.Generic.LazyProjection.ForLoadedReturnType. getAnnotationReader()protected TypeDescription.Generic.AnnotationReaderTypeDescription.Generic.LazyProjection.ForLoadedSuperClass. getAnnotationReader()protected TypeDescription.Generic.AnnotationReaderTypeDescription.Generic.LazyProjection.OfConstructorParameter. getAnnotationReader()protected TypeDescription.Generic.AnnotationReaderTypeDescription.Generic.LazyProjection.OfMethodParameter. getAnnotationReader()protected TypeDescription.Generic.AnnotationReaderTypeDescription.Generic.LazyProjection.OfRecordComponent. getAnnotationReader()protected abstract TypeDescription.Generic.AnnotationReaderTypeDescription.Generic.LazyProjection.WithEagerNavigation.OfAnnotatedElement. getAnnotationReader()Returns the current type's annotation reader.protected abstract TypeDescription.Generic.AnnotationReaderTypeDescription.Generic.LazyProjection.WithLazyNavigation.OfAnnotatedElement. getAnnotationReader()Returns the current type's annotation reader.protected TypeDescription.Generic.AnnotationReaderTypeList.Generic.OfConstructorExceptionTypes.TypeProjection. getAnnotationReader()protected TypeDescription.Generic.AnnotationReaderTypeList.Generic.OfLoadedInterfaceTypes.TypeProjection. getAnnotationReader()protected TypeDescription.Generic.AnnotationReaderTypeList.Generic.OfMethodExceptionTypes.TypeProjection. getAnnotationReader()TypeDescription.Generic.AnnotationReaderTypeDescription.Generic.AnnotationReader.Delegator. ofComponentType()Returns a reader for type annotations of an array's component type.TypeDescription.Generic.AnnotationReaderTypeDescription.Generic.AnnotationReader.NoOp. ofComponentType()Returns a reader for type annotations of an array's component type.TypeDescription.Generic.AnnotationReaderTypeDescription.Generic.AnnotationReader. ofComponentType()Returns a reader for type annotations of an array's component type.TypeDescription.Generic.AnnotationReaderTypeDescription.Generic.AnnotationReader.Delegator. ofOuterClass()Returns a reader for type annotations of an inner class type's outer type.TypeDescription.Generic.AnnotationReaderTypeDescription.Generic.AnnotationReader.NoOp. ofOuterClass()Returns a reader for type annotations of an inner class type's outer type.TypeDescription.Generic.AnnotationReaderTypeDescription.Generic.AnnotationReader. ofOuterClass()Returns a reader for type annotations of an inner class type's outer type.TypeDescription.Generic.AnnotationReaderTypeDescription.Generic.AnnotationReader.Delegator. ofOwnerType()Returns a reader for type annotations of a parameterized type's owner type.TypeDescription.Generic.AnnotationReaderTypeDescription.Generic.AnnotationReader.NoOp. ofOwnerType()Returns a reader for type annotations of a parameterized type's owner type.TypeDescription.Generic.AnnotationReaderTypeDescription.Generic.AnnotationReader. ofOwnerType()Returns a reader for type annotations of a parameterized type's owner type.TypeDescription.Generic.AnnotationReaderTypeDescription.Generic.AnnotationReader.Delegator. ofTypeArgument(int index)Returns a reader for type annotations of a parameterized type's type argument.TypeDescription.Generic.AnnotationReaderTypeDescription.Generic.AnnotationReader.NoOp. ofTypeArgument(int index)Returns a reader for type annotations of a parameterized type's type argument.TypeDescription.Generic.AnnotationReaderTypeDescription.Generic.AnnotationReader. ofTypeArgument(int index)Returns a reader for type annotations of a parameterized type's type argument.TypeDescription.Generic.AnnotationReaderTypeDescription.Generic.AnnotationReader.Delegator.ForLoadedTypeVariable. ofTypeVariableBoundType(int index)Returns a reader for type annotations of a type variable's bound.TypeDescription.Generic.AnnotationReaderTypeDescription.Generic.AnnotationReader.Delegator. ofTypeVariableBoundType(int index)Returns a reader for type annotations of a type variable's bound.TypeDescription.Generic.AnnotationReaderTypeDescription.Generic.AnnotationReader.NoOp. ofTypeVariableBoundType(int index)Returns a reader for type annotations of a type variable's bound.TypeDescription.Generic.AnnotationReaderTypeDescription.Generic.AnnotationReader. ofTypeVariableBoundType(int index)Returns a reader for type annotations of a type variable's bound.TypeDescription.Generic.AnnotationReaderTypeDescription.Generic.AnnotationReader.Delegator. ofWildcardLowerBoundType(int index)Returns a reader for type annotations of an represented element's wildcard lower bound.TypeDescription.Generic.AnnotationReaderTypeDescription.Generic.AnnotationReader.NoOp. ofWildcardLowerBoundType(int index)Returns a reader for type annotations of an represented element's wildcard lower bound.TypeDescription.Generic.AnnotationReaderTypeDescription.Generic.AnnotationReader. ofWildcardLowerBoundType(int index)Returns a reader for type annotations of an represented element's wildcard lower bound.TypeDescription.Generic.AnnotationReaderTypeDescription.Generic.AnnotationReader.Delegator. ofWildcardUpperBoundType(int index)Returns a reader for type annotations of an represented element's wildcard upper bound.TypeDescription.Generic.AnnotationReaderTypeDescription.Generic.AnnotationReader.NoOp. ofWildcardUpperBoundType(int index)Returns a reader for type annotations of an represented element's wildcard upper bound.TypeDescription.Generic.AnnotationReaderTypeDescription.Generic.AnnotationReader. ofWildcardUpperBoundType(int index)Returns a reader for type annotations of an represented element's wildcard upper bound.Methods in net.bytebuddy.description.type with parameters of type TypeDescription.Generic.AnnotationReader Modifier and Type Method Description protected static TypeDescription.GenericTypeDefinition.Sort. describe(java.lang.reflect.Type type, TypeDescription.Generic.AnnotationReader annotationReader)Describes the generic type while using the supplied annotation reader for resolving type annotations if this language feature is available on the current JVM.protected static TypeDescription.GenericTypeDefinition.Sort. describeOrNull(java.lang.reflect.Type type, TypeDescription.Generic.AnnotationReader annotationReader)Describes the generic type while using the supplied annotation reader for resolving type annotations if this language feature is available on the current JVM.Constructors in net.bytebuddy.description.type with parameters of type TypeDescription.Generic.AnnotationReader Constructor Description Chained(TypeDescription.Generic.AnnotationReader annotationReader)Creates a new chained annotation reader.ForComponentType(TypeDescription.Generic.AnnotationReader annotationReader)Creates a chained annotation reader for reading a component type.ForLoadedType(java.lang.reflect.GenericArrayType genericArrayType, TypeDescription.Generic.AnnotationReader annotationReader)Creates a type description of the given generic array type.ForLoadedType(java.lang.Class<?> type, TypeDescription.Generic.AnnotationReader annotationReader)/** Creates a new description of a generic type of a loaded type.ForLoadedType(java.lang.reflect.ParameterizedType parameterizedType, TypeDescription.Generic.AnnotationReader annotationReader)Creates a description of the loaded parameterized type.ForLoadedType(java.lang.reflect.TypeVariable<?> typeVariable, TypeDescription.Generic.AnnotationReader annotationReader)Creates a description of a loaded type variable with an annotation.ForLoadedType(java.lang.reflect.WildcardType wildcardType, TypeDescription.Generic.AnnotationReader annotationReader)Creates a description of a loaded wildcard.ForOwnerType(TypeDescription.Generic.AnnotationReader annotationReader)Creates a chained annotation reader for reading an owner type if it is accessible.ForTypeArgument(TypeDescription.Generic.AnnotationReader annotationReader, int index)Creates a chained annotation reader for reading a component type.ForTypeVariableBoundType(TypeDescription.Generic.AnnotationReader annotationReader, int index)Creates a chained annotation reader for reading a type variable's bound type.ForWildcardLowerBoundType(TypeDescription.Generic.AnnotationReader annotationReader, int index)Creates a chained annotation reader for reading a lower-bound wildcard's bound type.ForWildcardUpperBoundType(TypeDescription.Generic.AnnotationReader annotationReader, int index)Creates a chained annotation reader for reading a upper-bound wildcard's bound type.ParameterArgumentTypeList(java.lang.reflect.Type[] argumentType, TypeDescription.Generic.AnnotationReader annotationReader)Creates a list representing a parameterized type's type arguments.TypeVariableBoundList(java.lang.reflect.Type[] bound, TypeDescription.Generic.AnnotationReader annotationReader)Creates a new list for aTypeVariable's bound.WildcardLowerBoundTypeList(java.lang.reflect.Type[] lowerBound, TypeDescription.Generic.AnnotationReader annotationReader)Creates a type list for a wildcard type's lower bounds.WildcardUpperBoundTypeList(java.lang.reflect.Type[] upperBound, TypeDescription.Generic.AnnotationReader annotationReader)Creates a type list for a wildcard type's upper bounds.
-