public final class BeanProperties extends java.lang.Object implements java.lang.Iterable<BeanProperty<java.lang.Object>>
Iterable that iterates over potential bean properties in a class hierarchy.| Constructor and Description |
|---|
BeanProperties(java.lang.Class<?> clazz) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Iterator<BeanProperty<java.lang.Object>> |
iterator() |
public java.util.Iterator<BeanProperty<java.lang.Object>> iterator()
iterator in interface java.lang.Iterable<BeanProperty<java.lang.Object>>