|
|
|
|
@ -303,7 +303,7 @@ public class CachedIntrospectionResults {
@@ -303,7 +303,7 @@ public class CachedIntrospectionResults {
|
|
|
|
|
this.propertyDescriptorCache.put(pd.getName(), pd); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
this.typeDescriptorCache = new ConcurrentHashMap<PropertyDescriptor, TypeDescriptor>(); |
|
|
|
|
this.typeDescriptorCache = new ConcurrentReferenceHashMap<PropertyDescriptor, TypeDescriptor>(); |
|
|
|
|
} |
|
|
|
|
catch (IntrospectionException ex) { |
|
|
|
|
throw new FatalBeanException("Failed to obtain BeanInfo for class [" + beanClass.getName() + "]", ex); |
|
|
|
|
|