Interface MethodToFunctionSymbolMapper

All Known Implementing Classes:
AnnotationMapper, DefaultMapper

Maps a method from a service interface to a fully-qualified Clojure function name, as a Clojure Symbol. This service is itself a chain of command, to support adding or overriding the mapping.
  • Method Summary

    Modifier and Type
    Method
    Description
    clojure.lang.Symbol
    mapMethod(String namespace, Method method)
     
  • Method Details

    • mapMethod

      clojure.lang.Symbol mapMethod(String namespace, 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)