Uses of Class
net.bytebuddy.implementation.MethodDelegation.ImplementationDelegate.ForField
Packages that use MethodDelegation.ImplementationDelegate.ForField
Package
Description
The implementation package contains any logic for intercepting method calls.
-
Uses of MethodDelegation.ImplementationDelegate.ForField in net.bytebuddy.implementation
Modifier and TypeClassDescriptionprotected static class
An implementation target for a static field that is declared by the instrumented type and that is assigned an instance.protected static class
An implementation target for a field that is declared by the instrumented type or a super type.