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.Preparedcompile in interface FieldRegistry.Preparedfallback - The fallback entry for the compiled field registry.Copyright © 2014–2015. All rights reserved.