Uses of Interface
net.bytebuddy.implementation.bind.annotation.DefaultCall.Binder.DefaultMethodLocator
-
Packages that use DefaultCall.Binder.DefaultMethodLocator 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 DefaultCall.Binder.DefaultMethodLocator in net.bytebuddy.implementation.bind.annotation
Classes in net.bytebuddy.implementation.bind.annotation that implement DefaultCall.Binder.DefaultMethodLocator Modifier and Type Class Description static class
DefaultCall.Binder.DefaultMethodLocator.Explicit
An explicit default method locator attempts to look up a default method in the specified interface type.static class
DefaultCall.Binder.DefaultMethodLocator.Implicit
An implicit default method locator that only permits the invocation of a default method if the source method itself represents a method that was defined on a default method interface.
-