public class FlowableFunctionMapper extends FunctionMapper
| Modifier and Type | Field and Description |
|---|---|
protected List<FlowableFunctionDelegate> |
functionDelegates |
| Constructor and Description |
|---|
FlowableFunctionMapper(List<FlowableFunctionDelegate> functionDelegates) |
| Modifier and Type | Method and Description |
|---|---|
Method |
resolveFunction(String prefix,
String localName)
Resolves the specified prefix and local name into a java.lang.Method.
|
protected List<FlowableFunctionDelegate> functionDelegates
public FlowableFunctionMapper(List<FlowableFunctionDelegate> functionDelegates)
public Method resolveFunction(String prefix, String localName)
FunctionMapperresolveFunction in class FunctionMapperprefix - the prefix of the function, or "" if no prefix. For example, "fn" in
${fn:method()}, or "" in ${method()}.localName - the short name of the function. For example, "method" in ${fn:method()}.Copyright © 2017 Flowable. All rights reserved.