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 Type
    Method
    Description
    make(TypeDescription typeDescription)
    Creates a field locator for a given type.
  • Method Details

    • 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.