Uses of Interface
net.bytebuddy.implementation.MethodCall.TargetHandler.ForField.Location
-
Packages that use MethodCall.TargetHandler.ForField.Location Package Description net.bytebuddy.implementation The implementation package contains any logic for intercepting method calls. -
-
Uses of MethodCall.TargetHandler.ForField.Location in net.bytebuddy.implementation
Classes in net.bytebuddy.implementation that implement MethodCall.TargetHandler.ForField.Location Modifier and Type Class Description static class
MethodCall.TargetHandler.ForField.Location.ForExplicitField
An explicit field location.static class
MethodCall.TargetHandler.ForField.Location.ForImplicitField
An implicit field location.Fields in net.bytebuddy.implementation declared as MethodCall.TargetHandler.ForField.Location Modifier and Type Field Description private MethodCall.TargetHandler.ForField.Location
MethodCall.TargetHandler.ForField.Factory. location
The field's location.Constructors in net.bytebuddy.implementation with parameters of type MethodCall.TargetHandler.ForField.Location Constructor Description Factory(MethodCall.TargetHandler.ForField.Location location)
Creates a new target handler factory for a field location.
-