public class OgnlUtils extends Object
Modifier and Type | Field and Description |
---|---|
static String |
copyright |
static org.slf4j.Logger |
logger |
Constructor and Description |
---|
OgnlUtils() |
Modifier and Type | Method and Description |
---|---|
static void |
clearCache() |
protected static void |
clearOGNLCache(String fieldName) |
static <T> T |
convertValue(Object value,
Class<T> toType) |
static <T> T |
convertValueQuietly(Object value,
Class<T> toType) |
static String |
convertValueToString(Object value) |
static Object |
getValueQuietly(Object parsedExpression,
Map ognlContext,
Object root) |
static Object |
getValueQuietly(String expression,
Map ognlContext,
Object root) |
static Object |
parseExpressionQuietly(String expression) |
public static final String copyright
public static final org.slf4j.Logger logger
public static Object getValueQuietly(String expression, Map ognlContext, Object root)
public static Object getValueQuietly(Object parsedExpression, Map ognlContext, Object root)
public static void clearCache()
protected static void clearOGNLCache(String fieldName)