public final class BeanIntrospectionUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Object> |
introspect(Object obj) |
static Map<String,Object> |
introspect(Object obj,
int drillDownDepth) |
public static Map<String,Object> introspect(Object obj) throws IntrospectionException, IllegalAccessException, IllegalArgumentException, InvocationTargetException
public static Map<String,Object> introspect(Object obj, int drillDownDepth) throws IntrospectionException, IllegalAccessException, IllegalArgumentException, InvocationTargetException
Copyright © 2013. All rights reserved.