public class EvalHelper extends Object
| Constructor and Description |
|---|
EvalHelper() |
| Modifier and Type | Method and Description |
|---|---|
static Method |
getAccessor(Class<?> clazz,
String field) |
static BigDecimal |
getBigDecimalOrNull(Object value) |
static Boolean |
getBooleanOrNull(Object value) |
static Object |
getValue(Object current,
String property) |
static String |
normalizeVariableName(String name) |
static String |
stripQuotes(String text) |
static String |
ucFirst(String name) |
public static BigDecimal getBigDecimalOrNull(Object value)
public static Object getValue(Object current, String property) throws IllegalAccessException, InvocationTargetException
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.