spring-framework / org.springframework.expression.spel.support / ReflectivePropertyAccessor / <init>

<init>

ReflectivePropertyAccessor()

Simple PropertyAccessor that uses reflection to access properties for reading and writing.

A property can be accessed through a public getter method (when being read) or a public setter method (when being written), and also as a public field.

Author
Andy Clement

Author
Juergen Hoeller

Author
Phillip Webb

Since
3.0