Class RecordComponentDescription.InDefinedShape.AbstractBase
java.lang.Object
net.bytebuddy.description.type.RecordComponentDescription.AbstractBase
net.bytebuddy.description.type.RecordComponentDescription.InDefinedShape.AbstractBase
- All Implemented Interfaces:
AnnotationSource, ByteCodeElement.TypeDependant<RecordComponentDescription.InDefinedShape, RecordComponentDescription.Token>, DeclaredByType, DeclaredByType.WithMandatoryDeclaration, NamedElement, NamedElement.WithDescriptor, RecordComponentDescription, RecordComponentDescription.InDefinedShape
- Direct Known Subclasses:
RecordComponentDescription.ForLoadedRecordComponent, RecordComponentDescription.Latent, TypePool.Default.LazyTypeDescription.LazyRecordComponentDescription
- Enclosing interface:
RecordComponentDescription.InDefinedShape
public abstract static class RecordComponentDescription.InDefinedShape.AbstractBase
extends RecordComponentDescription.AbstractBase
implements RecordComponentDescription.InDefinedShape
An abstract base implementation of a record component description in its defined shape.
-
Nested Class Summary
Nested classes/interfaces inherited from interface AnnotationSource
AnnotationSource.Empty, AnnotationSource.ExplicitNested classes/interfaces inherited from interface DeclaredByType
DeclaredByType.WithMandatoryDeclarationNested classes/interfaces inherited from interface NamedElement
NamedElement.WithDescriptor, NamedElement.WithGenericName, NamedElement.WithOptionalName, NamedElement.WithRuntimeNameNested classes/interfaces inherited from interface RecordComponentDescription
RecordComponentDescription.AbstractBase, RecordComponentDescription.ForLoadedRecordComponent, RecordComponentDescription.InDefinedShape, RecordComponentDescription.InGenericShape, RecordComponentDescription.Latent, RecordComponentDescription.Token, RecordComponentDescription.TypeSubstitutingNested classes/interfaces inherited from interface RecordComponentDescription.InDefinedShape
RecordComponentDescription.InDefinedShape.AbstractBase -
Field Summary
Fields inherited from interface NamedElement
EMPTY_NAME, NO_NAMEFields inherited from interface NamedElement.WithDescriptor
NON_GENERIC_SIGNATURE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns this type dependant in its defined shape, i.e.Returns the accessor for this record component.Methods inherited from class RecordComponentDescription.AbstractBase
asToken, equals, getDescriptor, getGenericSignature, hashCode, toStringMethods inherited from interface AnnotationSource
getDeclaredAnnotationsMethods inherited from interface NamedElement
getActualNameMethods inherited from interface NamedElement.WithDescriptor
getDescriptor, getGenericSignatureMethods inherited from interface RecordComponentDescription
asToken, getTypeMethods inherited from interface RecordComponentDescription.InDefinedShape
getDeclaringType
-
Constructor Details
-
AbstractBase
public AbstractBase()
-
-
Method Details
-
getAccessor
Returns the accessor for this record component.- Specified by:
getAccessorin interfaceRecordComponentDescription- Specified by:
getAccessorin interfaceRecordComponentDescription.InDefinedShape- Returns:
- The accessor for this record component.
-
asDefined
Returns this type dependant in its defined shape, i.e. the form it is declared in and without its type variable's resolved.- Specified by:
asDefinedin interfaceByteCodeElement.TypeDependant<RecordComponentDescription.InDefinedShape, RecordComponentDescription.Token>- Returns:
- This type dependant in its defined shape.
-