| Package | Description | 
|---|---|
| net.bytebuddy.implementation | 
 The implementation package contains any logic for intercepting method calls. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
MethodCall.FieldSetting | 
MethodCall.setsField(ElementMatcher<? super FieldDescription> matcher)
Sets the result of the method call as a value of the specified field. 
 | 
MethodCall.FieldSetting | 
MethodCall.setsField(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. 
 | 
Copyright © 2014–1970. All rights reserved.