Package net.sf.implessbean

Interface Summary
IBaseBean An interface that all instances created by BeanFactory automatically implements.
KeyMapper KeyMapper is responsible to mapping a property name of the bean to a corresponding key of a Map containing values of the bean.
 

Class Summary
BeanFactory Factory class to create a JavaBeans proxy that converts setter/getter access to it to get/set method invocation of a Map specified.
CapitalStringKeyMapper This key mapper maps a property name to a capitalized property name.
StringKeyMapper This key mapper maps a property name to itself.
 


Copyright (C) 2004 Kohji Nakamura. All rights reserved.