类的使用
org.springframework.beans.PropertyEditorRegistrySupport
使用PropertyEditorRegistrySupport的程序包 程序包 说明 org.springframework.beans This package contains interfaces and classes for manipulating Java beans.org.springframework.beans中PropertyEditorRegistrySupport的使用
org.springframework.beans中PropertyEditorRegistrySupport的子类 修饰符和类型 类 说明 classAbstractNestablePropertyAccessorA basicConfigurablePropertyAccessorthat provides the necessary infrastructure for all typical use cases.classAbstractPropertyAccessorAbstract implementation of thePropertyAccessorinterface.classBeanWrapperImplDefaultBeanWrapperimplementation that should be sufficient for all typical use cases.classDirectFieldAccessorConfigurablePropertyAccessorimplementation that directly accesses instance fields.classSimpleTypeConverterSimple implementation of theTypeConverterinterface that does not operate on a specific target object.classTypeConverterSupportBase implementation of theTypeConverterinterface, using a package-private delegate.参数类型为PropertyEditorRegistrySupport的org.springframework.beans中的方法 修饰符和类型 方法 说明 protected voidPropertyEditorRegistrySupport. copyDefaultEditorsTo(PropertyEditorRegistrySupport target)Copy the default editors registered in this instance to the given target registry.