org.sonatype.guice.bean.reflect
Class BeanProperties

java.lang.Object
  extended by org.sonatype.guice.bean.reflect.BeanProperties
All Implemented Interfaces:
java.lang.Iterable<BeanProperty<java.lang.Object>>

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 Summary
BeanProperties(java.lang.Class<?> clazz)
           
 
Method Summary
 java.util.Iterator<BeanProperty<java.lang.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(java.lang.Class<?> clazz)
Method Detail

iterator

public java.util.Iterator<BeanProperty<java.lang.Object>> iterator()
Specified by:
iterator in interface java.lang.Iterable<BeanProperty<java.lang.Object>>


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