Interface MethodToFunctionSymbolMapper

    • Method Detail

      • mapMethod

        clojure.lang.Symbol mapMethod​(java.lang.String namespace,
                                      java.lang.reflect.Method method)
        Parameters:
        namespace - namespace for the service (from Namespace annotation)
        method - method for which a function name is desired.
        Returns:
        Symbol for this method, or null (to drop down to next mapper)