spring核心第7-2 章:PropertyEditorRegistry作用
作用属性编辑器注册表。保存PropertyEditor,根据需要返回对应的属性编辑器。是TypeConverter的基类。继承关系示例 public static void main(String[] args) { PropertyEditorRegistrySupport propertyEditorRegistrySupport = new PropertyEditorRegistrySupport() { {