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.Factory
A factory for creating a
FieldLocator
.-
Method Summary
Modifier and TypeMethodDescriptionmake
(TypeDescription typeDescription) Creates a field locator for a given type.
-
Method Details
-
make
Creates a field locator for a given type.- Parameters:
typeDescription
- The type for which to create a field locator.- Returns:
- A suitable field locator.
-