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 classFieldAccessor.FieldLocation.AbsoluteAn absolute field description representing a previously resolved field.protected static classFieldAccessor.FieldLocation.Relative.PreparedA prepared version of a field location.Fields in net.bytebuddy.implementation declared as FieldAccessor.FieldLocation.Prepared Modifier and Type Field Description private FieldAccessor.FieldLocation.PreparedFieldAccessor.ForImplicitProperty.Appender. fieldLocationThe field's location.private FieldAccessor.FieldLocation.PreparedFieldAccessor.ForSetter.Appender. fieldLocationThe set field's prepared location.Methods in net.bytebuddy.implementation that return FieldAccessor.FieldLocation.Prepared Modifier and Type Method Description protected FieldAccessor.FieldLocation.PreparedFieldAccessor.ForSetter.OfFieldValue. initialize(TypeDescription instrumentedType)Initializes a value to be used during method instrumentation.FieldAccessor.FieldLocation.PreparedFieldAccessor.FieldLocation.Absolute. prepare(TypeDescription instrumentedType)A prepared field location.FieldAccessor.FieldLocation.PreparedFieldAccessor.FieldLocation. prepare(TypeDescription instrumentedType)A prepared field location.FieldAccessor.FieldLocation.PreparedFieldAccessor.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 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.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.
-