Package net.bytebuddy.dynamic.scaffold
Interface FieldLocator.Factory
-
- All Known Implementing Classes:
FieldLocator.ForClassHierarchy.Factory,FieldLocator.ForExactType.Factory,FieldLocator.ForTopLevelType.Factory,FieldLocator.NoOp
- Enclosing interface:
- FieldLocator
public static interface FieldLocator.FactoryA factory for creating aFieldLocator.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FieldLocatormake(TypeDescription typeDescription)Creates a field locator for a given type.
-
-
-
Method Detail
-
make
FieldLocator make(TypeDescription typeDescription)
Creates a field locator for a given type.- Parameters:
typeDescription- The type for which to create a field locator.- Returns:
- A suitable field locator.
-
-