接口的使用
org.springframework.beans.PropertyAccessor
使用PropertyAccessor的程序包 程序包 说明 org.springframework.beans This package contains interfaces and classes for manipulating Java beans.org.springframework.beans中PropertyAccessor的使用
org.springframework.beans中PropertyAccessor的子接口 修饰符和类型 接口 说明 interfaceBeanWrapperThe central interface of Spring's low-level JavaBeans infrastructure.interfaceConfigurablePropertyAccessorInterface that encapsulates configuration methods for a PropertyAccessor.实现PropertyAccessor的org.springframework.beans中的类 修饰符和类型 类 说明 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.