Uses of Interface
net.bytebuddy.implementation.bind.annotation.DefaultMethodHandle.Binder.MethodLocator
-
Packages that use DefaultMethodHandle.Binder.MethodLocator Package Description net.bytebuddy.implementation.bind.annotation This package contains annotations, types and classes that are responsible for binding a method to calling another method by interpreting annotations that indicate how a method should be bound to another method. -
-
Uses of DefaultMethodHandle.Binder.MethodLocator in net.bytebuddy.implementation.bind.annotation
Classes in net.bytebuddy.implementation.bind.annotation that implement DefaultMethodHandle.Binder.MethodLocator Modifier and Type Class Description static class
DefaultMethodHandle.Binder.MethodLocator.ForExplicitType
A method locator for an explicit target type.static class
DefaultMethodHandle.Binder.MethodLocator.ForImplicitType
A method locator for an implicit target type.
-