protected static class FieldRegistry.Default.Prepared extends Object implements FieldRegistry.Prepared
Constructor and Description |
---|
Prepared(Map<String,TypeWriter.FieldPool.Entry> entries)
Creates a new prepared default field registry.
|
Modifier and Type | Method and Description |
---|---|
FieldRegistry.Compiled |
compile(TypeWriter.FieldPool.Entry fallback)
Compiled the field registry.
|
boolean |
equals(Object other) |
int |
hashCode() |
String |
toString() |
public Prepared(Map<String,TypeWriter.FieldPool.Entry> entries)
entries
- A map of entries by field names.public FieldRegistry.Compiled compile(TypeWriter.FieldPool.Entry fallback)
FieldRegistry.Prepared
compile
in interface FieldRegistry.Prepared
fallback
- The fallback entry for the compiled field registry.Copyright © 2014. All rights reserved.