public class ELEngine extends Object
Constructor and Description |
---|
ELEngine() |
Modifier and Type | Method and Description |
---|---|
void |
init() |
String |
resolve(String expression) |
void |
setFunction(String prefix,
Method method) |
void |
setFunction(String prefix,
String name,
Method method) |
<T> void |
setVariable(String key,
T value) |
<T> void |
setVariable(String key,
T value,
Class<? extends T> type) |
public void init()
public <T> void setVariable(String key, T value)
Copyright © 2005-2014 dozer. All Rights Reserved.