Java org.springframework.beans PropertyAccessorFactory fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.beans PropertyAccessorFactory fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.beans PropertyAccessorFactory.

The text is from its open source code.

Method

BeanWrapperforBeanPropertyAccess(Object target)
Obtain a BeanWrapper for the given target object, accessing properties in JavaBeans style.
ConfigurablePropertyAccessorforDirectFieldAccess(Object target)
Obtain a PropertyAccessor for the given target object, accessing properties in direct field style.