public class BeanDelegateReflectionIntrospector extends BeanReflectionIntrospector implements IBeanDelegateProvider
Constructor and Description |
---|
BeanDelegateReflectionIntrospector()
Create a new introspector.
|
BeanDelegateReflectionIntrospector(int lrusize)
Create a new introspector.
|
Modifier and Type | Method and Description |
---|---|
IBeanAccessorDelegate |
getDelegate(Class clazz)
Retrieves a bean access delegate for fast access to bean properties.
|
getBeanProperties
public BeanDelegateReflectionIntrospector()
public BeanDelegateReflectionIntrospector(int lrusize)
public IBeanAccessorDelegate getDelegate(Class clazz)
getDelegate
in interface IBeanDelegateProvider
clazz
- The bean class.Copyright © 2012. All Rights Reserved.