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 classDefaultMethodHandle.Binder.MethodLocator.ForExplicitTypeA method locator for an explicit target type.static classDefaultMethodHandle.Binder.MethodLocator.ForImplicitTypeA method locator for an implicit target type.
-