public static class FieldAccessor.FieldLocator.ForGivenType.Factory extends Object implements FieldAccessor.FieldLocator.Factory
| Constructor and Description |
|---|
Factory(TypeDescription targetType)
Creates a new field locator factory for a given type.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
int |
hashCode() |
FieldAccessor.FieldLocator |
make(TypeDescription instrumentedType)
Creates a field locator.
|
String |
toString() |
public Factory(TypeDescription targetType)
targetType - The type for which fields are to be looked up.public FieldAccessor.FieldLocator make(TypeDescription instrumentedType)
FieldAccessor.FieldLocator.Factorymake in interface FieldAccessor.FieldLocator.FactoryinstrumentedType - The instrumented type onto which the field locator is to be applied.Copyright © 2014–2016. All rights reserved.