B C I K N P S

B

BeanFactory - class net.sf.implessbean.BeanFactory.
Factory class to create a JavaBeans proxy that converts setter/getter access to it to get/set method invocation of a Map specified.
BeanFactory() - Constructor for class net.sf.implessbean.BeanFactory
 

C

CAPITAL_STRING_MAPPER - Static variable in class net.sf.implessbean.BeanFactory
 
CapitalStringKeyMapper - class net.sf.implessbean.CapitalStringKeyMapper.
This key mapper maps a property name to a capitalized property name.
CapitalStringKeyMapper() - Constructor for class net.sf.implessbean.CapitalStringKeyMapper
 

I

IBaseBean - interface net.sf.implessbean.IBaseBean.
An interface that all instances created by BeanFactory automatically implements.

K

KeyMapper - interface net.sf.implessbean.KeyMapper.
KeyMapper is responsible to mapping a property name of the bean to a corresponding key of a Map containing values of the bean.

N

net.sf.implessbean - package net.sf.implessbean
 
newBeanInstance(Class) - Static method in class net.sf.implessbean.BeanFactory
Returns a proxy instance that implements the interface specified by ifClass.
newBeanInstance(Class, KeyMapper) - Static method in class net.sf.implessbean.BeanFactory
Returns a proxy instance that implements the interface specified by ifClass.
newBeanInstance(Class, KeyMapper, Map) - Static method in class net.sf.implessbean.BeanFactory
Returns a proxy instance that implements the interface specified by ifClass.
newBeanInstance(Class[], KeyMapper, Map) - Static method in class net.sf.implessbean.BeanFactory
Returns a proxy instance that implements the interfaces specified by ifClasses.

P

propertyNameToKey(Map, String) - Method in class net.sf.implessbean.CapitalStringKeyMapper
 
propertyNameToKey(Map, String) - Method in interface net.sf.implessbean.KeyMapper
Returns a key object of Map corresponding to propertyName.
propertyNameToKey(Map, String) - Method in class net.sf.implessbean.StringKeyMapper
 

S

STRING_MAPPER - Static variable in class net.sf.implessbean.BeanFactory
 
StringKeyMapper - class net.sf.implessbean.StringKeyMapper.
This key mapper maps a property name to itself.
StringKeyMapper() - Constructor for class net.sf.implessbean.StringKeyMapper
 

B C I K N P S
Copyright (C) 2004 Kohji Nakamura. All rights reserved.