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 classMethodCall.TargetHandler.ForField.Location.ForExplicitFieldAn explicit field location.static classMethodCall.TargetHandler.ForField.Location.ForImplicitFieldAn implicit field location.Fields in net.bytebuddy.implementation declared as MethodCall.TargetHandler.ForField.Location Modifier and Type Field Description private MethodCall.TargetHandler.ForField.LocationMethodCall.TargetHandler.ForField.Factory. locationThe 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.
-