Class BeanPropertyIterator<T>

java.lang.Object
org.eclipse.sisu.bean.BeanPropertyIterator<T>
All Implemented Interfaces:
Iterator<BeanProperty<T>>

final class BeanPropertyIterator<T> extends Object implements Iterator<BeanProperty<T>>
Read-only Iterator that picks out potential bean properties from declared members.
  • Field Details

  • Constructor Details

    • BeanPropertyIterator

      BeanPropertyIterator(Iterable<Member> members)
  • Method Details