private static class WrapDynaClass.CacheKey
extends java.lang.Object
WrapDynaClass
instances. A single key consists of a bean class and an instance of
PropertyUtilsBean
. Instances are immutable.Modifier and Type | Field and Description |
---|---|
private java.lang.Class<?> |
beanClass
The bean class.
|
private PropertyUtilsBean |
propUtils
The instance of PropertyUtilsBean.
|
Constructor and Description |
---|
CacheKey(java.lang.Class<?> beanCls,
PropertyUtilsBean pu)
Creates a new instance of
CacheKey . |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
private final java.lang.Class<?> beanClass
private final PropertyUtilsBean propUtils
public CacheKey(java.lang.Class<?> beanCls, PropertyUtilsBean pu)
CacheKey
.beanCls
- the bean classpu
- the instance of PropertyUtilsBean
Copyright (c) 2000-2008 - Apache Software Foundation