Uses of Interface
net.bytebuddy.implementation.MethodCall.TargetHandler.ForField.Location
Packages that use MethodCall.TargetHandler.ForField.Location
Package
Description
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.LocationModifier and TypeClassDescriptionstatic classAn explicit field location.static classAn implicit field location.Fields in net.bytebuddy.implementation declared as MethodCall.TargetHandler.ForField.LocationModifier and TypeFieldDescriptionprivate final MethodCall.TargetHandler.ForField.LocationMethodCall.TargetHandler.ForField.Factory.locationThe field's location.Constructors in net.bytebuddy.implementation with parameters of type MethodCall.TargetHandler.ForField.LocationModifierConstructorDescriptionprotectedCreates a new target handler factory for a field location.