protected static interface FieldAccessor.ForNamedField.PreparationHandler
| Modifier and Type | Interface and Description | 
|---|---|
| static class  | FieldAccessor.ForNamedField.PreparationHandler.FieldDefinerA preparation handler that actually defines a field on an instrumented type. | 
| static class  | FieldAccessor.ForNamedField.PreparationHandler.NoOpA non-operational preparation handler that does not alter the field. | 
| Modifier and Type | Method and Description | 
|---|---|
| InstrumentedType | prepare(InstrumentedType instrumentedType)Prepares the instrumented type. | 
InstrumentedType prepare(InstrumentedType instrumentedType)
instrumentedType - The instrumented type to be prepared.Copyright © 2014–2015. All rights reserved.