Package net.sf.molae.bean

This package contains utility classes to create generic beans.

See:
          Description

Interface Summary
BeanStructure Reprents the structure of a generic bean.
GenericBean Compared to a "classic" Java Bean the properties of a generic bean are not defined at compile time.
 

Class Summary
BeanMaster Static map of all bean structures.
DefaultBeanStructure Provides an implementation of the BeanStructure interface based on WrappedKey.
DefaultGenericBean Default implementation of a generic bean.
MapBasedBeanStructure Provides an implementation of the BeanStructure interface based on a map.
MapWithDefault Base class for maps that have a default value.
WrappedKey A wrapper to associate existing objects with new hash codes.
 

Package net.sf.molae.bean Description

This package contains utility classes to create generic beans.

Since:
1.1