Class AnnotationMapper
- java.lang.Object
-
- org.apache.tapestry5.internal.clojure.AnnotationMapper
-
- All Implemented Interfaces:
MethodToFunctionSymbolMapper
public class AnnotationMapper extends Object implements MethodToFunctionSymbolMapper
-
-
Constructor Summary
Constructors Constructor Description AnnotationMapper()
-
-
-
Constructor Detail
-
AnnotationMapper
public AnnotationMapper()
-
-
Method Detail
-
mapMethod
public clojure.lang.Symbol mapMethod(String namespace, Method method)
- Specified by:
mapMethod
in interfaceMethodToFunctionSymbolMapper
- Parameters:
namespace
- namespace for the service (fromNamespace
annotation)method
- method for which a function name is desired.- Returns:
- Symbol for this method, or null (to drop down to next mapper)
-
-