Package | Description |
---|---|
net.bytebuddy.description.type |
Contains descriptions of Java types and packages.
|
net.bytebuddy.pool |
Classes of this package allow for the creating
TypeDescription s without
loading any classes. |
Modifier and Type | Class and Description |
---|---|
static class |
RecordComponentList.Explicit<S extends RecordComponentDescription>
A wrapper implementation of an explicit list of record components.
|
static class |
RecordComponentList.ForLoadedRecordComponents
A list of loaded record components.
|
static class |
RecordComponentList.ForTokens
A list of record components described as tokens.
|
static class |
RecordComponentList.TypeSubstituting
A type-substituting list of record component descriptions.
|
Modifier and Type | Class and Description |
---|---|
protected class |
TypePool.Default.LazyTypeDescription.RecordComponentTokenList
A list of record component tokens representing each record component as a description.
|
Copyright © 2014–2023. All rights reserved.