public class PropertyFunctionResolver extends java.lang.Object implements FunctionMapResolver.FunctionResolver
Modifier and Type | Field and Description |
---|---|
static PropertyFunctionResolver |
FUNCTION |
static java.lang.String |
PROP_FUNCTION_NAME |
Constructor and Description |
---|
PropertyFunctionResolver() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
resolve(MapResolver resolver,
java.lang.String functionName,
java.lang.String[] args)
Resolve the data value against a function lookup
|
public static final PropertyFunctionResolver FUNCTION
public static final java.lang.String PROP_FUNCTION_NAME
public java.lang.String resolve(MapResolver resolver, java.lang.String functionName, java.lang.String[] args)
FunctionMapResolver.FunctionResolver
resolve
in interface FunctionMapResolver.FunctionResolver
functionName
- first part of a "functionName:propKey:defValue" keyargs
- function args