Package org.apache.commons.beanutils
Class WrapDynaClass.CacheKey
java.lang.Object
org.apache.commons.beanutils.WrapDynaClass.CacheKey
- Enclosing class:
WrapDynaClass
A class representing the combined key for the cache of
WrapDynaClass
instances. A single key consists of a bean class and an instance of
PropertyUtilsBean
. Instances are immutable.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Class
<?> The bean class.private final PropertyUtilsBean
The instance of PropertyUtilsBean. -
Constructor Summary
ConstructorsConstructorDescriptionCacheKey
(Class<?> beanCls, PropertyUtilsBean pu) Creates a new instance ofCacheKey
. -
Method Summary
-
Field Details
-
beanClass
The bean class. -
propUtils
The instance of PropertyUtilsBean.
-
-
Constructor Details
-
CacheKey
Creates a new instance ofCacheKey
.- Parameters:
beanCls
- the bean classpu
- the instance ofPropertyUtilsBean
-
-
Method Details