Uses of Interface
net.bytebuddy.implementation.bind.annotation.DefaultCallHandle.Binder.DefaultMethodLocator
Packages that use DefaultCallHandle.Binder.DefaultMethodLocator
Package
Description
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 DefaultCallHandle.Binder.DefaultMethodLocator in net.bytebuddy.implementation.bind.annotation
Classes in net.bytebuddy.implementation.bind.annotation that implement DefaultCallHandle.Binder.DefaultMethodLocatorModifier and TypeClassDescriptionstatic class
An explicit default method locator attempts to look up a default method in the specified interface type.static enum
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.