Class FieldLocator.ForTopLevelType

java.lang.Object
net.bytebuddy.dynamic.scaffold.FieldLocator.AbstractBase
net.bytebuddy.dynamic.scaffold.FieldLocator.ForTopLevelType
All Implemented Interfaces:
FieldLocator
Enclosing interface:
FieldLocator

public static class FieldLocator.ForTopLevelType extends FieldLocator.AbstractBase
A field locator that only locates fields in the top-level type.
  • Constructor Details

    • ForTopLevelType

      protected ForTopLevelType(TypeDescription typeDescription)
      Creates a new type locator for a top-level type.
      Parameters:
      typeDescription - The type to access.
  • Method Details