Uses of Class
net.bytebuddy.dynamic.scaffold.FieldLocator.AbstractBase
Packages that use FieldLocator.AbstractBase
Package
Description
This package contains helper types and implementations that are responsible for the actual writing of a byte array
representing a Java class.
-
Uses of FieldLocator.AbstractBase in net.bytebuddy.dynamic.scaffold
Subclasses of FieldLocator.AbstractBase in net.bytebuddy.dynamic.scaffoldModifier and TypeClassDescriptionstatic class
A field locator that looks up fields that are declared within a class's class hierarchy.static class
A field locator that only looks up fields that are declared by a specific type.static class
A field locator that only locates fields in the top-level type.