所有方法 静态方法 具体方法
| 限定符和类型 |
方法和说明 |
static Object |
getValue(ognl.enhance.ExpressionAccessor expression,
ognl.OgnlContext context,
Object root) |
static <T> T |
getValue(ognl.enhance.ExpressionAccessor expression,
ognl.OgnlContext context,
Object root,
Class<T> resultType) |
static Object |
getValue(Object tree,
Object root) |
static <T> T |
getValue(Object tree,
Object root,
Class<T> resultType) |
static Object |
getValue(Object tree,
ognl.OgnlContext context,
Object root) |
static <T> T |
getValue(Object tree,
ognl.OgnlContext context,
Object root,
Class<T> resultType) |
static Object |
getValue(String expression,
Object root) |
static <T> T |
getValue(String expression,
Object root,
Class<T> clazz) |
static Object |
getValue(String expression,
ognl.OgnlContext context,
Object root) |
static <T> T |
getValue(String expression,
ognl.OgnlContext context,
Object root,
Class<T> resultType) |