Interface InvokeDynamic.InvocationProvider.NameProvider

    • Method Detail

      • resolve

        java.lang.String resolve​(MethodDescription methodDescription)
        Resolves the name given the intercepted method.
        Parameters:
        methodDescription - The intercepted method.
        Returns:
        The name of the method to be bound by the bootstrap method.