public interface PropertyAccessor
Access a bean property by name.
Modifier and Type | Method and Description |
---|---|
Object |
getProperty(Object bean,
String property)
Get a bean property’s value (the result of invoking the read method).
|
PropertyDescriptor |
getPropertyDescriptor(Class cls,
String property)
Get the property descriptor for the named property and class.
|
PropertyDescriptor getPropertyDescriptor(Class cls, String property)
Get the property descriptor for the named property and class.
null
if there is none for the passed property name.Copyright © 2010 - 2019 edorasware ag. All Rights Reserved.