public interface BeanView
Class.getMethod()
and
BeanUtils.getPropertyDescriptors()
not guaranteeing the order
of properties.Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getProperties()
Get the names of the readable properties.
|
java.lang.String |
titleFor(java.lang.String property)
For a given property name, provide the title for the property.
|
java.lang.String[] getProperties()
java.lang.String titleFor(java.lang.String property)
property
- The property name. Must not be null.