| Modifier and Type | Method and Description |
|---|---|
Property[] |
Bean.getDeclaredProperties()
Returns an array containing
Property objects reflecting all the
declared properties of the class or interface. |
Property |
Bean.getDeclaredProperty(java.lang.String propertyName)
Returns a single declared property of the analized class or interface,
if present, else
null. |
Property[] |
Bean.getProperties()
Returns an array containing
Property objects reflecting all the
public properties of the analized class or interface. |
Property |
Bean.getProperty(java.lang.String propertyName)
Returns a single public property of the analized class or interface,
if present, else
null. |
Copyright © 2015 Minimalcode. All Rights Reserved.