public static interface TypeWriter.RecordComponentPool
| Modifier and Type | Interface and Description |
|---|---|
static class |
TypeWriter.RecordComponentPool.Disabled
A record component pool that does not allow any look ups.
|
static interface |
TypeWriter.RecordComponentPool.Record
An entry of a record component pool that describes how a record component is implemented.
|
| Modifier and Type | Method and Description |
|---|---|
TypeWriter.RecordComponentPool.Record |
target(RecordComponentDescription recordComponentDescription)
Looks up a handler entry for a given record component.
|
TypeWriter.RecordComponentPool.Record target(RecordComponentDescription recordComponentDescription)
recordComponentDescription - The record component being processed.Copyright © 2014–2025. All rights reserved.