关于Spring中的属性编辑器的问题,PropertyEditorRegistry中提供了注册和发现属性编辑器的方法,但是在属性注册使用过程中却是通过PropertyEditorRegistrar来操作PropertyEditorRegistry,PropertyEditorRegistrar这样做的目的在于什么?为什么不直接调用PropertyEditorRegistry.registerCustomEditor()方法。