Uses of Interface
net.bytebuddy.implementation.FieldAccessor.FieldLocation.Prepared
-
Packages that use FieldAccessor.FieldLocation.Prepared Package Description net.bytebuddy.implementation 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.Prepared Modifier and Type Class Description static class
FieldAccessor.FieldLocation.Absolute
An absolute field description representing a previously resolved field.protected static class
FieldAccessor.FieldLocation.Relative.Prepared
A prepared version of a field location.Fields in net.bytebuddy.implementation declared as FieldAccessor.FieldLocation.Prepared Modifier and Type Field Description private FieldAccessor.FieldLocation.Prepared
FieldAccessor.ForImplicitProperty.Appender. fieldLocation
The field's location.private FieldAccessor.FieldLocation.Prepared
FieldAccessor.ForSetter.Appender. fieldLocation
The set field's prepared location.Methods in net.bytebuddy.implementation that return FieldAccessor.FieldLocation.Prepared Modifier and Type Method Description protected FieldAccessor.FieldLocation.Prepared
FieldAccessor.ForSetter.OfFieldValue. initialize(TypeDescription instrumentedType)
Initializes a value to be used during method instrumentation.FieldAccessor.FieldLocation.Prepared
FieldAccessor.FieldLocation.Absolute. prepare(TypeDescription instrumentedType)
A prepared field location.FieldAccessor.FieldLocation.Prepared
FieldAccessor.FieldLocation. prepare(TypeDescription instrumentedType)
A prepared field location.FieldAccessor.FieldLocation.Prepared
FieldAccessor.FieldLocation.Relative. prepare(TypeDescription instrumentedType)
A prepared field location.Methods in net.bytebuddy.implementation with parameters of type FieldAccessor.FieldLocation.Prepared Modifier and Type Method Description protected 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.Prepared Constructor Description Appender(FieldAccessor.FieldLocation.Prepared fieldLocation)
Creates a new byte code appender for a field accessor implementation.Appender(TypeDescription instrumentedType, T initialized, FieldAccessor.FieldLocation.Prepared fieldLocation)
Creates a new appender for a field setter.
-