Package | Description |
---|---|
net.bytebuddy.description.type |
Contains descriptions of Java types and packages.
|
Modifier and Type | Class and Description |
---|---|
static class |
RecordComponentDescription.TypeSubstituting
A type substituting representation of a record component description.
|
Modifier and Type | Method and Description |
---|---|
RecordComponentDescription.InGenericShape |
RecordComponentList.TypeSubstituting.get(int index) |
Modifier and Type | Method and Description |
---|---|
RecordComponentList<RecordComponentDescription.InGenericShape> |
TypeDescription.Generic.getRecordComponents()
Returns the list of record components that are declared by this type.
|
RecordComponentList<RecordComponentDescription.InGenericShape> |
TypeDescription.Generic.OfNonGenericType.getRecordComponents()
Returns the list of record components that are declared by this type.
|
RecordComponentList<RecordComponentDescription.InGenericShape> |
TypeDescription.Generic.OfGenericArray.getRecordComponents()
Returns the list of record components that are declared by this type.
|
RecordComponentList<RecordComponentDescription.InGenericShape> |
TypeDescription.Generic.OfWildcardType.getRecordComponents()
Returns the list of record components that are declared by this type.
|
RecordComponentList<RecordComponentDescription.InGenericShape> |
TypeDescription.Generic.OfParameterizedType.getRecordComponents()
Returns the list of record components that are declared by this type.
|
RecordComponentList<RecordComponentDescription.InGenericShape> |
TypeDescription.Generic.OfTypeVariable.getRecordComponents()
Returns the list of record components that are declared by this type.
|
RecordComponentList<RecordComponentDescription.InGenericShape> |
TypeDescription.Generic.OfTypeVariable.Symbolic.getRecordComponents()
Returns the list of record components that are declared by this type.
|
RecordComponentList<RecordComponentDescription.InGenericShape> |
TypeDescription.Generic.LazyProjection.getRecordComponents()
Returns the list of record components that are declared by this type.
|
Copyright © 2014–2023. All rights reserved.