Package org.camunda.spin.plugin.impl
Class SpinFunctions
java.lang.Object
org.camunda.spin.plugin.impl.SpinFunctions
A FunctionMapper which resolves the Spin functions for Expression Language.
Lazy loading: This implementation supports lazy loading: the Java Methods are loaded upon the first request.
Caching: once the methods are loaded, they are cached in a Map for efficient retrieval.
- Author:
- Daniel Meyer
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
S
- See Also:
-
XML
- See Also:
-
JSON
- See Also:
-
-
Constructor Details
-
SpinFunctions
public SpinFunctions()
-