Uses of Interface
net.bytebuddy.implementation.FieldAccessor.FieldLocation.Prepared
Packages that use FieldAccessor.FieldLocation.Prepared
Package
Description
The implementation package contains any logic for intercepting method calls.
-
Uses of FieldAccessor.FieldLocation.Prepared in net.bytebuddy.implementation
Classes in net.bytebuddy.implementation that implement FieldAccessor.FieldLocation.PreparedModifier and TypeClassDescriptionstatic class
An absolute field description representing a previously resolved field.protected static class
A prepared version of a field location.Fields in net.bytebuddy.implementation declared as FieldAccessor.FieldLocation.PreparedModifier and TypeFieldDescriptionprivate final FieldAccessor.FieldLocation.Prepared
FieldAccessor.ForImplicitProperty.Appender.fieldLocation
The field's location.private final FieldAccessor.FieldLocation.Prepared
FieldAccessor.ForSetter.Appender.fieldLocation
The set field's prepared location.Methods in net.bytebuddy.implementation that return FieldAccessor.FieldLocation.PreparedModifier and TypeMethodDescriptionprotected FieldAccessor.FieldLocation.Prepared
FieldAccessor.ForSetter.OfFieldValue.initialize
(TypeDescription instrumentedType) Initializes a value to be used during method instrumentation.FieldAccessor.FieldLocation.Absolute.prepare
(TypeDescription instrumentedType) A prepared field location.FieldAccessor.FieldLocation.prepare
(TypeDescription instrumentedType) A prepared field location.FieldAccessor.FieldLocation.Relative.prepare
(TypeDescription instrumentedType) A prepared field location.Methods in net.bytebuddy.implementation with parameters of type FieldAccessor.FieldLocation.PreparedModifier and TypeMethodDescriptionprotected StackManipulation
FieldAccessor.ForSetter.OfFieldValue.resolve
(FieldAccessor.FieldLocation.Prepared target, FieldDescription fieldDescription, TypeDescription instrumentedType, MethodDescription instrumentedMethod) Resolves the stack manipulation to load the value being set.Constructors in net.bytebuddy.implementation with parameters of type FieldAccessor.FieldLocation.PreparedModifierConstructorDescriptionprotected
Appender
(FieldAccessor.FieldLocation.Prepared fieldLocation) Creates a new byte code appender for a field accessor implementation.protected
Appender
(TypeDescription instrumentedType, T initialized, FieldAccessor.FieldLocation.Prepared fieldLocation) Creates a new appender for a field setter.