类的使用
org.springframework.beans.AbstractPropertyAccessor
使用AbstractPropertyAccessor的程序包 程序包 说明 org.springframework.beans This package contains interfaces and classes for manipulating Java beans.org.springframework.beans中AbstractPropertyAccessor的使用
org.springframework.beans中AbstractPropertyAccessor的子类 修饰符和类型 类 说明 classAbstractNestablePropertyAccessorA basicConfigurablePropertyAccessorthat provides the necessary infrastructure for all typical use cases.classBeanWrapperImplDefaultBeanWrapperimplementation that should be sufficient for all typical use cases.classDirectFieldAccessorConfigurablePropertyAccessorimplementation that directly accesses instance fields.