Uses of Interface
net.bytebuddy.dynamic.scaffold.FieldLocator.Resolution
Packages that use FieldLocator.Resolution
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.
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.Resolution in net.bytebuddy.asm
Methods in net.bytebuddy.asm that return FieldLocator.ResolutionModifier 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.Resolution in net.bytebuddy.dynamic.scaffold
Classes in net.bytebuddy.dynamic.scaffold that implement FieldLocator.ResolutionModifier and TypeClassDescriptionstatic enum
An illegal resolution.static class
A simple implementation for a field resolution.Methods in net.bytebuddy.dynamic.scaffold that return FieldLocator.ResolutionModifier and TypeMethodDescriptionLocates a field with the given name and throws an exception if no such type exists.FieldLocator.AbstractBase.locate
(String name, TypeDescription type) Locates a field with the given name and type and throws an exception if no such type exists.Locates a field with the given name and throws an exception if no such type exists.FieldLocator.locate
(String name, TypeDescription type) Locates a field with the given name and type and throws an exception if no such type exists.Locates a field with the given name and throws an exception if no such type exists.FieldLocator.NoOp.locate
(String name, TypeDescription type) Locates a field with the given name and type and throws an exception if no such type exists. -
Uses of FieldLocator.Resolution in net.bytebuddy.implementation.bind.annotation
Methods in net.bytebuddy.implementation.bind.annotation that return FieldLocator.ResolutionModifier and TypeMethodDescriptionprivate static FieldLocator.Resolution
TargetMethodAnnotationDrivenBinder.ParameterBinder.ForFieldBinding.resolveAccessor
(FieldLocator fieldLocator, MethodDescription methodDescription) Resolves a field locator for a potential accessor method.