protected static class FieldRegistry.Default.Compiled.Entry extends Object
Modifier | Constructor and Description |
---|---|
protected |
Entry(FieldAttributeAppender attributeAppender,
Object defaultValue)
Creates a new entry.
|
Modifier and Type | Method and Description |
---|---|
protected TypeWriter.FieldPool.Record |
bind(FieldDescription fieldDescription)
Binds this entry to the provided field description.
|
boolean |
equals(Object other) |
int |
hashCode() |
String |
toString() |
protected Entry(FieldAttributeAppender attributeAppender, Object defaultValue)
attributeAppender
- The attribute appender to be applied to any bound field.defaultValue
- The default value to be set for any bound field or null
if no default value should be set.protected TypeWriter.FieldPool.Record bind(FieldDescription fieldDescription)
fieldDescription
- The field description to be bound to this entry.Copyright © 2014–2015. All rights reserved.