protected static class FieldRegistry.Default.Compiled extends Object implements FieldRegistry.Compiled
| Modifier and Type | Class and Description |
|---|---|
protected static class |
FieldRegistry.Default.Compiled.Entry
An entry of a compiled field registry.
|
FieldRegistry.Compiled.NoOpTypeWriter.FieldPool.Record| Constructor and Description |
|---|
Compiled(Map<FieldDescription.Token,FieldRegistry.Default.Compiled.Entry> entries)
Creates a new compiled default field registry.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
int |
hashCode() |
TypeWriter.FieldPool.Record |
target(FieldDescription fieldDescription)
Returns the field attribute appender that matches a given field description or a default field
attribute appender if no appender was registered for the given field.
|
String |
toString() |
public Compiled(Map<FieldDescription.Token,FieldRegistry.Default.Compiled.Entry> entries)
entries - A map of entries by field names.public TypeWriter.FieldPool.Record target(FieldDescription fieldDescription)
TypeWriter.FieldPooltarget in interface TypeWriter.FieldPoolfieldDescription - The field description of interest.Copyright © 2014–2015. All rights reserved.