@HashCodeAndEqualsPlugin.Enhance public static class TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForRecordComponent.Tokenized extends Object implements TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForRecordComponent
RecordComponentDescription
.TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForRecordComponent.Tokenized
Modifier | Constructor and Description |
---|---|
protected |
Tokenized(TypePool.Default.LazyTypeDescription.GenericTypeToken recordComponentTypeToken)
Creates a new tokenized resolution of a
RecordComponentDescription 's type. |
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.
|
protected Tokenized(TypePool.Default.LazyTypeDescription.GenericTypeToken recordComponentTypeToken)
RecordComponentDescription
's type.recordComponentTypeToken
- The token of the represented record component's type.public TypeDescription.Generic resolveRecordType(String recordTypeDescriptor, TypePool typePool, Map<String,List<TypePool.Default.LazyTypeDescription.AnnotationToken>> annotationTokens, RecordComponentDescription definingRecordComponent)
resolveRecordType
in interface TypePool.Default.LazyTypeDescription.GenericTypeToken.Resolution.ForRecordComponent
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.