primitives.put(double.class, Double.class);
}
public PropertyDescriptor getPropertyDescriptor(Path path)
{
PropertyDescriptor descriptor= descriptors.get(path.getPropertyName());
if (descriptor == null)
{
ensurePropertyExists(path);
descriptor= new PropertyDescriptorImpl(path, beanClass, isMutable(path));