public static interface TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForRecordComponent
RecordComponentDescription
.Modifier and Type | Interface and Description |
---|---|
static class |
TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForRecordComponent.Tokenized
An implementation of a tokenized resolution of the generic type of a
RecordComponentDescription . |
Modifier and Type | Method and Description |
---|---|
TypeDescription.Generic |
resolveRecordType(String recordTypeDescriptor,
TypePool typePool,
Map<String,List<TypePool.Default.LazyTypeDescription.AnnotationToken>> annotationTokens,
RecordComponentDescription definingRecordComponent)
Resolves a record component's type.
|
TypeDescription.Generic resolveRecordType(String recordTypeDescriptor, TypePool typePool, Map<String,List<TypePool.Default.LazyTypeDescription.AnnotationToken>> annotationTokens, RecordComponentDescription definingRecordComponent)
recordTypeDescriptor
- The record component's descriptor.typePool
- The type pool to be used for locating non-generic type descriptions.annotationTokens
- A mapping of the represented types' type annotation tokens.definingRecordComponent
- The defining record component.Copyright © 2014–2020. All rights reserved.