public class FlowableFunctionMapper extends FunctionMapper
| Modifier and Type | Field and Description |
|---|---|
protected BiFunction<String,String,FlowableFunctionDelegate> |
functionResolver |
| Constructor and Description |
|---|
FlowableFunctionMapper(BiFunction<String,String,FlowableFunctionDelegate> functionResolver) |
| Modifier and Type | Method and Description |
|---|---|
Method |
resolveFunction(String prefix,
String localName)
Resolves the specified prefix and local name into a java.lang.Method.
|
void |
setFunctionResolver(BiFunction<String,String,FlowableFunctionDelegate> functionResolver) |
protected BiFunction<String,String,FlowableFunctionDelegate> functionResolver
public FlowableFunctionMapper(BiFunction<String,String,FlowableFunctionDelegate> functionResolver)
public void setFunctionResolver(BiFunction<String,String,FlowableFunctionDelegate> functionResolver)
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 © 2021 Flowable. All rights reserved.