Package net.bytebuddy.description.type
Class TypeDescription.Generic.AnnotationReader.Delegator.ForLoadedRecordComponent
java.lang.Object
net.bytebuddy.description.type.TypeDescription.Generic.AnnotationReader.Delegator
net.bytebuddy.description.type.TypeDescription.Generic.AnnotationReader.Delegator.ForLoadedRecordComponent
- All Implemented Interfaces:
TypeDescription.Generic.AnnotationReader
- Enclosing class:
TypeDescription.Generic.AnnotationReader.Delegator
public static class TypeDescription.Generic.AnnotationReader.Delegator.ForLoadedRecordComponent
extends TypeDescription.Generic.AnnotationReader.Delegator
An annotation reader for a
java.lang.reflect.RecordComponent
.-
Nested Class Summary
Nested classes/interfaces inherited from class net.bytebuddy.description.type.TypeDescription.Generic.AnnotationReader.Delegator
TypeDescription.Generic.AnnotationReader.Delegator.Chained, TypeDescription.Generic.AnnotationReader.Delegator.ForLoadedExecutableExceptionType, TypeDescription.Generic.AnnotationReader.Delegator.ForLoadedExecutableParameterType, TypeDescription.Generic.AnnotationReader.Delegator.ForLoadedField, TypeDescription.Generic.AnnotationReader.Delegator.ForLoadedInterface, TypeDescription.Generic.AnnotationReader.Delegator.ForLoadedMethodReturnType, TypeDescription.Generic.AnnotationReader.Delegator.ForLoadedRecordComponent, TypeDescription.Generic.AnnotationReader.Delegator.ForLoadedSuperClass, TypeDescription.Generic.AnnotationReader.Delegator.ForLoadedTypeVariable, TypeDescription.Generic.AnnotationReader.Delegator.Simple
Nested classes/interfaces inherited from interface net.bytebuddy.description.type.TypeDescription.Generic.AnnotationReader
TypeDescription.Generic.AnnotationReader.Delegator, TypeDescription.Generic.AnnotationReader.ForComponentType, TypeDescription.Generic.AnnotationReader.ForOwnerType, TypeDescription.Generic.AnnotationReader.ForTypeArgument, TypeDescription.Generic.AnnotationReader.ForTypeVariableBoundType, TypeDescription.Generic.AnnotationReader.ForWildcardLowerBoundType, TypeDescription.Generic.AnnotationReader.ForWildcardUpperBoundType, TypeDescription.Generic.AnnotationReader.NoOp
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Object
The representedjava.lang.reflect.RecordComponent
. -
Constructor Summary
ConstructorsConstructorDescriptionForLoadedRecordComponent
(Object recordComponent) Creates a new annotation reader for ajava.lang.reflect.RecordComponent
. -
Method Summary
Methods inherited from class net.bytebuddy.description.type.TypeDescription.Generic.AnnotationReader.Delegator
asList, doPrivileged, ofComponentType, ofOuterClass, ofOwnerType, ofTypeArgument, ofTypeVariableBoundType, ofWildcardLowerBoundType, ofWildcardUpperBoundType
-
Field Details
-
recordComponent
The representedjava.lang.reflect.RecordComponent
.
-
-
Constructor Details
-
ForLoadedRecordComponent
Creates a new annotation reader for ajava.lang.reflect.RecordComponent
.- Parameters:
recordComponent
- The representedjava.lang.reflect.RecordComponent
.
-
-
Method Details
-
resolve
Resolves the underlyingAnnotatedElement
.- Returns:
- The underlying annotated element.
-