|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opennms.web.BeanUtils
public class BeanUtils
| Constructor Summary | |
|---|---|
BeanUtils()
|
|
| Method Summary | ||
|---|---|---|
static
|
getPathValue(Object bean,
String path,
Class<T> expectedClass)
|
|
static Collection<String> |
getProperties(Object bean)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BeanUtils()
| Method Detail |
|---|
public static Collection<String> getProperties(Object bean)
public static <T> T getPathValue(Object bean,
String path,
Class<T> expectedClass)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||