Uses of Interface
net.bytebuddy.implementation.bind.annotation.DefaultMethod.Binder.MethodLocator
-
Packages that use DefaultMethod.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 DefaultMethod.Binder.MethodLocator in net.bytebuddy.implementation.bind.annotation
Classes in net.bytebuddy.implementation.bind.annotation that implement DefaultMethod.Binder.MethodLocator Modifier and Type Class Description static class
DefaultMethod.Binder.MethodLocator.ForExplicitType
A method locator for an explicit target type.static class
DefaultMethod.Binder.MethodLocator.ForImplicitType
A method locator for an implicit target type.
-