Interface Morph.Binder.DefaultMethodLocator

    • Method Detail

      • resolve

        Implementation.SpecialMethodInvocation resolve​(Implementation.Target implementationTarget,
                                                       MethodDescription source)
        Locates the correct default method to a given source method.
        Parameters:
        implementationTarget - The current implementation target.
        source - The source method for which a default method should be looked up.
        Returns:
        A special method invocation of the default method or an illegal special method invocation, if no suitable invocation could be located.