Package com.generationjava.beans

Provides reflective ability on JavaBeans.

See:
          Description

Interface Summary
GetDelegate Something which can return an Object that has a certain name in an object.
 

Class Summary
AbstractBeanViewer Helps us deal with such wonderful things as array notation and object notation.
BeanImplProxy  
BeansW  
BeanViewRuntime  
DelegatableBeanViewer Uses a GetDelegate to get a property from an object.
ReflectionBeanViewer Uses Reflection to get a named property from an object.
 

Package com.generationjava.beans Description

Provides reflective ability on JavaBeans. BeanComparator in com.generationjava.compare uses this and is very nice. com.generationjava.collections.BeanMap is also nice.

Jakarta Commons BeanUtils is pretty much the same as all this. This is cuter I think, but less mature.



Copyright © 2002-2003 OSJava. All Rights Reserved.