public class BeanReflectionIntrospector extends Object implements IBeanIntrospector
Constructor and Description |
---|
BeanReflectionIntrospector()
Create a new introspector.
|
BeanReflectionIntrospector(int lrusize)
Create a new introspector.
|
Modifier and Type | Method and Description |
---|---|
Map |
getBeanProperties(Class clazz,
boolean includemethods,
boolean includefields)
Get the bean properties for a specific clazz.
|
public BeanReflectionIntrospector()
public BeanReflectionIntrospector(int lrusize)
public Map getBeanProperties(Class clazz, boolean includemethods, boolean includefields)
getBeanProperties
in interface IBeanIntrospector
clazz
- The class to inspect.Copyright © 2012. All Rights Reserved.