public static class FieldLocator.ForExactType.Factory extends Object implements FieldLocator.Factory
FieldLocator.ForExactType.| Constructor and Description |
|---|
Factory(TypeDescription typeDescription)
Creates a new factory for a field locator that locates a field for an exact type.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
int |
hashCode() |
FieldLocator |
make(TypeDescription typeDescription)
Creates a field locator for a given type.
|
String |
toString() |
public Factory(TypeDescription typeDescription)
typeDescription - The type for which to locate a field.public FieldLocator make(TypeDescription typeDescription)
FieldLocator.Factorymake in interface FieldLocator.FactorytypeDescription - The type for which to create a field locator.Copyright © 2014–2016. All rights reserved.