Uses of Interface
net.bytebuddy.description.type.RecordComponentDescription.InGenericShape
Packages that use RecordComponentDescription.InGenericShape
Package
Description
Contains descriptions of Java types and packages.
-
Uses of RecordComponentDescription.InGenericShape in net.bytebuddy.description.type
Classes in net.bytebuddy.description.type that implement RecordComponentDescription.InGenericShapeModifier and TypeClassDescriptionstatic class
A type substituting representation of a record component description.Methods in net.bytebuddy.description.type that return RecordComponentDescription.InGenericShapeMethods in net.bytebuddy.description.type that return types with arguments of type RecordComponentDescription.InGenericShapeModifier and TypeMethodDescriptionTypeDescription.Generic.getRecordComponents()
Returns the list of record components that are declared by this type.TypeDescription.Generic.LazyProjection.getRecordComponents()
Returns the list of record components that are declared by this type.TypeDescription.Generic.OfGenericArray.getRecordComponents()
Returns the list of record components that are declared by this type.TypeDescription.Generic.OfNonGenericType.getRecordComponents()
Returns the list of record components that are declared by this type.TypeDescription.Generic.OfParameterizedType.getRecordComponents()
Returns the list of record components that are declared by this type.TypeDescription.Generic.OfTypeVariable.getRecordComponents()
Returns the list of record components that are declared by this type.TypeDescription.Generic.OfTypeVariable.Symbolic.getRecordComponents()
Returns the list of record components that are declared by this type.TypeDescription.Generic.OfWildcardType.getRecordComponents()
Returns the list of record components that are declared by this type.