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.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.
-