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.Methods in net.bytebuddy.implementation that return FieldAccessor.FieldLocation.Prepared Modifier and Type Method Description FieldAccessor.FieldLocation.Prepared
FieldAccessor.FieldLocation.Absolute. prepare(TypeDescription instrumentedType)
FieldAccessor.FieldLocation.Prepared
FieldAccessor.FieldLocation. prepare(TypeDescription instrumentedType)
A prepared field location.FieldAccessor.FieldLocation.Prepared
FieldAccessor.FieldLocation.Relative. prepare(TypeDescription instrumentedType)
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(FieldAccessor.FieldLocation.Prepared fieldLocation)
Creates a new byte code appender for a field accessor implementation.
-