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 class
An explicit field location.static class
An implicit field location.Fields in net.bytebuddy.implementation declared as MethodCall.TargetHandler.ForField.LocationModifier and TypeFieldDescriptionprivate final 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.LocationModifierConstructorDescriptionprotected
Creates a new target handler factory for a field location.