Uses of Interface
net.bytebuddy.dynamic.scaffold.FieldLocator
Packages that use FieldLocator
Package
Description
The ASM package contains classes that are meant for direct interaction with the ASM API.
This package contains helper types and implementations that are responsible for the actual writing of a byte array
representing a Java class.
The implementation package contains any logic for intercepting method calls.
This package contains annotations, types and classes that are responsible for binding a method to calling another
method by interpreting annotations that indicate how a method should be bound to another method.
-
Uses of FieldLocator in net.bytebuddy.asm
Methods in net.bytebuddy.asm that return FieldLocatorModifier and TypeMethodDescriptionprotected abstract FieldLocator
Advice.OffsetMapping.ForField.Unresolved.fieldLocator
(TypeDescription instrumentedType) Returns a field locator for this instance.protected FieldLocator
Advice.OffsetMapping.ForField.Unresolved.WithExplicitType.fieldLocator
(TypeDescription instrumentedType) protected FieldLocator
Advice.OffsetMapping.ForField.Unresolved.WithImplicitType.fieldLocator
(TypeDescription instrumentedType) Methods in net.bytebuddy.asm with parameters of type FieldLocatorModifier and TypeMethodDescriptionprivate static FieldLocator.Resolution
Advice.OffsetMapping.ForField.Unresolved.resolveAccessor
(FieldLocator fieldLocator, MethodDescription methodDescription) Resolves a field locator for a potential accessor method. -
Uses of FieldLocator in net.bytebuddy.dynamic.scaffold
Classes in net.bytebuddy.dynamic.scaffold that implement FieldLocatorModifier and TypeClassDescriptionstatic class
An abstract base implementation of a field locator.static 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.static enum
A field locator that never discovers a field.Methods in net.bytebuddy.dynamic.scaffold that return FieldLocatorModifier and TypeMethodDescriptionFieldLocator.Factory.make
(TypeDescription typeDescription) Creates a field locator for a given type.FieldLocator.ForClassHierarchy.Factory.make
(TypeDescription typeDescription) Creates a field locator for a given type.FieldLocator.ForExactType.Factory.make
(TypeDescription typeDescription) Creates a field locator for a given type.FieldLocator.ForTopLevelType.Factory.make
(TypeDescription typeDescription) Creates a field locator for a given type.FieldLocator.NoOp.make
(TypeDescription typeDescription) Creates a field locator for a given type. -
Uses of FieldLocator in net.bytebuddy.implementation
Fields in net.bytebuddy.implementation declared as FieldLocatorModifier and TypeFieldDescriptionprivate final FieldLocator
FieldAccessor.FieldLocation.Relative.Prepared.fieldLocator
The field locator factory to use.Constructors in net.bytebuddy.implementation with parameters of type FieldLocatorModifierConstructorDescriptionprotected
Prepared
(FieldAccessor.FieldNameExtractor fieldNameExtractor, FieldLocator fieldLocator) Creates a new relative field location. -
Uses of FieldLocator in net.bytebuddy.implementation.bind.annotation
Methods in net.bytebuddy.implementation.bind.annotation with parameters of type FieldLocatorModifier and TypeMethodDescriptionprivate static FieldLocator.Resolution
TargetMethodAnnotationDrivenBinder.ParameterBinder.ForFieldBinding.resolveAccessor
(FieldLocator fieldLocator, MethodDescription methodDescription) Resolves a field locator for a potential accessor method.