public class ReflectionUtil extends Object
| Modifier and Type | Field and Description |
|---|---|
static char |
ATTRIBUTE_SEPARATOR |
| Constructor and Description |
|---|
ReflectionUtil() |
| Modifier and Type | Method and Description |
|---|---|
protected char |
getAttributeSeparator()
TODO Trivial components does not support {{foo.bar}} so ButterFaces replaces it by {{foo#bar}}.
|
String |
getStringValueFromObject(Object object,
String fieldName) |
<T> T |
getValueFromObject(Object object,
String fieldName,
Class<T> valueClass) |
public static final char ATTRIBUTE_SEPARATOR
public <T> T getValueFromObject(Object object, String fieldName, Class<T> valueClass)
protected char getAttributeSeparator()
Copyright © 2019. All rights reserved.