org.sonatype.guice.bean.reflect
Class BeanProperties
java.lang.Object
org.sonatype.guice.bean.reflect.BeanProperties
- All Implemented Interfaces:
- Iterable<BeanProperty<Object>>
public final class BeanProperties
- extends Object
- implements Iterable<BeanProperty<Object>>
Iterable
that iterates over potential bean properties in a class hierarchy.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BeanProperties
public BeanProperties(Class<?> clazz)
iterator
public Iterator<BeanProperty<Object>> iterator()
- Specified by:
iterator
in interface Iterable<BeanProperty<Object>>
Copyright © 2010-2012 Sonatype, Inc.. All Rights Reserved.