Utility methods for populating JavaBeans properties via reflection in a locale-dependent manner.
461462463464465466467
// replace the existing BeanUtilsBean instance for the current class loader with a new, clean instance BeanUtilsBean.setInstance(new BeanUtilsBean()); // replace the existing LocaleBeanUtilsBean instance for the current class loader with a new, clean instance LocaleBeanUtilsBean.setInstance(new LocaleBeanUtilsBean()); }
463464465466467468469