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 classAn absolute field description representing a previously resolved field.protected static classA prepared version of a field location.Fields in net.bytebuddy.implementation declared as FieldAccessor.FieldLocation.PreparedModifier and TypeFieldDescriptionprivate final FieldAccessor.FieldLocation.PreparedFieldAccessor.ForImplicitProperty.Appender.fieldLocationThe field's location.private final FieldAccessor.FieldLocation.PreparedFieldAccessor.ForSetter.Appender.fieldLocationThe set field's prepared location.Methods in net.bytebuddy.implementation that return FieldAccessor.FieldLocation.PreparedModifier and TypeMethodDescriptionprotected FieldAccessor.FieldLocation.PreparedFieldAccessor.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 StackManipulationFieldAccessor.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.PreparedModifierConstructorDescriptionprotectedAppender(FieldAccessor.FieldLocation.Prepared fieldLocation) Creates a new byte code appender for a field accessor implementation.protectedAppender(TypeDescription instrumentedType, T initialized, FieldAccessor.FieldLocation.Prepared fieldLocation) Creates a new appender for a field setter.