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| Modifier | Constructor and Description |
|---|---|
protected |
Compiled(TypeDescription instrumentedType,
List<FieldRegistry.Default.Compiled.Entry> entries)
Creates a new compiled 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() |
protected Compiled(TypeDescription instrumentedType, List<FieldRegistry.Default.Compiled.Entry> entries)
instrumentedType - The instrumented type for which this registry was compiled for.entries - The entries of this compiled field registry.public TypeWriter.FieldPool.Record target(FieldDescription fieldDescription)
TypeWriter.FieldPooltarget in interface TypeWriter.FieldPoolfieldDescription - The field description of interest.Copyright © 2014–2016. All rights reserved.