Uses of Class
net.bytebuddy.implementation.MethodCall.FieldSetting
Packages that use MethodCall.FieldSetting
Package
Description
The implementation package contains any logic for intercepting method calls.
-
Uses of MethodCall.FieldSetting in net.bytebuddy.implementation
Methods in net.bytebuddy.implementation that return MethodCall.FieldSettingModifier and TypeMethodDescriptionSets the result of the method call as a value of the specified field.MethodCall.setsField
(FieldDescription fieldDescription) Sets the result of the method call as a value of the specified field.MethodCall.setsField
(ElementMatcher<? super FieldDescription> matcher) Sets the result of the method call as a value of the specified field.