org.sonatype.guice.bean.reflect
Class BeanProperties

java.lang.Object
  extended by 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.


Constructor Summary
BeanProperties(Class<?> clazz)
           
 
Method Summary
 Iterator<BeanProperty<Object>> iterator()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanProperties

public BeanProperties(Class<?> clazz)
Method Detail

iterator

public Iterator<BeanProperty<Object>> iterator()
Specified by:
iterator in interface Iterable<BeanProperty<Object>>


Copyright © 2010-2011 Sonatype, Inc.. All Rights Reserved.