Uses of Class
net.bytebuddy.implementation.FieldAccessor.ForSetter
-
Packages that use FieldAccessor.ForSetter Package Description net.bytebuddy.implementation The implementation package contains any logic for intercepting method calls. -
-
Uses of FieldAccessor.ForSetter in net.bytebuddy.implementation
Subclasses of FieldAccessor.ForSetter in net.bytebuddy.implementation Modifier and Type Class Description protected static classFieldAccessor.ForSetter.OfConstantValueAn instrumentation that sets a constant value to a field.protected static classFieldAccessor.ForSetter.OfDefaultValueA setter instrumentation that sets anullor a primitive type's default value.protected static classFieldAccessor.ForSetter.OfFieldValueA setter that reads a value of another field and sets this value.protected static classFieldAccessor.ForSetter.OfParameterValueA setter instrumentation for a parameter value.protected static classFieldAccessor.ForSetter.OfReferenceValueAn instrumentation that sets a field to a reference value that is stored in a static field of the instrumented type.
-