Class DefaultMapper

    • Constructor Summary

      Constructors 
      Constructor Description
      DefaultMapper()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      clojure.lang.Symbol  namespace,  method)  
      • Methods inherited from class java.lang.

        , , , , , , , , , ,
    • Method Detail

      • mapMethod

        public clojure.lang.Symbol  namespace,
                                              method)
        Specified by:
        mapMethod in interface MethodToFunctionSymbolMapper
        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)