Class ClojureBuilderImpl
java.lang.Object
org.apache.tapestry5.internal.clojure.ClojureBuilderImpl
- All Implemented Interfaces:
ClojureBuilder
-
Constructor Summary
ConstructorsConstructorDescriptionClojureBuilderImpl
(PlasticProxyFactory proxyFactory, MethodToFunctionSymbolMapper mapper, OperationTracker tracker) -
Method Summary
-
Constructor Details
-
ClojureBuilderImpl
public ClojureBuilderImpl(@Builtin PlasticProxyFactory proxyFactory, MethodToFunctionSymbolMapper mapper, OperationTracker tracker)
-
-
Method Details
-
build
Description copied from interface:ClojureBuilder
Creates the proxy. Method names are converted to Clojure function names.- Specified by:
build
in interfaceClojureBuilder
- Type Parameters:
T
- the interface type.- Parameters:
interfaceType
- type of interface. Must have theNamespace
annotation. Not null.- Returns:
- the proxy
- See Also:
-