类 ReflectivePropertyAccessor

java.lang.Object
cn.taketoday.expression.spel.support.ReflectivePropertyAccessor
所有已实现的接口:
PropertyAccessor
直接已知子类:
DataBindingPropertyAccessor

public class ReflectivePropertyAccessor extends Object implements PropertyAccessor
A powerful PropertyAccessor that uses reflection to access properties for reading and possibly also for writing on a target instance.

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

从以下版本开始:
4.0
作者:
Andy Clement, Juergen Hoeller, Phillip Webb, Sam Brannen, Harry Yang
另请参阅: