Uses of Class
net.bytebuddy.implementation.FieldAccessor
Packages that use FieldAccessor
Package
Description
The implementation package contains any logic for intercepting method calls.
-
Uses of FieldAccessor in net.bytebuddy.implementation
Subclasses of FieldAccessor in net.bytebuddy.implementationModifier and TypeClassDescriptionprotected static class
A field accessor for an implicit property where a getter or setter property is inferred from the signature.protected static class
A field accessor for a field setter.protected static class
An instrumentation that sets a constant value to a field.protected static class
A setter instrumentation that sets anull
or a primitive type's default value.protected static class
A setter that reads a value of another field and sets this value.protected static class
A setter instrumentation for a parameter value.protected static class
An instrumentation that sets a field to a reference value that is stored in a static field of the instrumented type.