public interface IBeanIntrospector
| Modifier and Type | Method and Description |
|---|---|
Map<String,BeanProperty> |
getBeanProperties(Class<?> clazz,
boolean includemethods,
boolean includefields)
Get the bean properties for a class.
|
Map<String,BeanProperty> getBeanProperties(Class<?> clazz, boolean includemethods, boolean includefields)
clazz - The class to inspect.Copyright © 2015. All Rights Reserved.