public final class BeanProperties extends Object implements Iterable<BeanProperty<Object>>
Iterable
that iterates over potential bean properties in a class hierarchy.Constructor and Description |
---|
BeanProperties(Class<?> clazz) |
Modifier and Type | Method and Description |
---|---|
Iterator<BeanProperty<Object>> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public BeanProperties(Class<?> clazz)
public Iterator<BeanProperty<Object>> iterator()
iterator
in interface Iterable<BeanProperty<Object>>
Copyright © 2024. All rights reserved.