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