Uses of Class
net.bytebuddy.implementation.MethodCall.FieldSetting
-
Packages that use MethodCall.FieldSetting Package Description net.bytebuddy.implementation 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.FieldSetting Modifier and Type Method Description MethodCall.FieldSetting
MethodCall. setsField(java.lang.reflect.Field field)
Sets the result of the method call as a value of the specified field.MethodCall.FieldSetting
MethodCall. setsField(FieldDescription fieldDescription)
Sets the result of the method call as a value of the specified field.MethodCall.FieldSetting
MethodCall. setsField(ElementMatcher<? super FieldDescription> matcher)
Sets the result of the method call as a value of the specified field.
-