Class FunctionProcessor
- java.lang.Object
-
- net.n2oapp.framework.api.function.FunctionProcessor
-
public class FunctionProcessor extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringSPEC_SYMBOL_FOR_CLIENT
-
Constructor Summary
Constructors Constructor Description FunctionProcessor()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FunctionProcessorgetInstance()Stringresolve(String value)IntervalresolveInterval(Interval value)List<Object>resolveList(List<Object> value)Map<String,Object>resolveMap(Map<String,Object> value)
-
-
-
Field Detail
-
SPEC_SYMBOL_FOR_CLIENT
public static final String SPEC_SYMBOL_FOR_CLIENT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getInstance
public static FunctionProcessor getInstance()
-
-