Class WrapDynaClass.CacheKey

java.lang.Object
org.apache.commons.beanutils.WrapDynaClass.CacheKey
Enclosing class:
WrapDynaClass

private static class WrapDynaClass.CacheKey extends Object
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 Details

    • beanClass

      private final Class<?> beanClass
      The bean class.
    • propUtils

      private final PropertyUtilsBean propUtils
      The instance of PropertyUtilsBean.
  • Constructor Details

    • CacheKey

      public CacheKey(Class<?> beanCls, PropertyUtilsBean pu)
      Creates a new instance of CacheKey.
      Parameters:
      beanCls - the bean class
      pu - the instance of PropertyUtilsBean
  • Method Details