|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BeanMappingException | |
org.jbeanmapper | |
org.jbeanmapper.configurator |
Uses of BeanMappingException in org.jbeanmapper |
Methods in org.jbeanmapper that throw BeanMappingException | |
void |
PropertyMapper.mapProperty(java.lang.Object srcObject,
java.lang.String srcProperty,
java.lang.Object targetObject,
java.lang.String targetProperty,
MappingContext context,
BeanConverter converter)
Maps the srcProperty of srcObject to the targetProperty of targetObject . |
void |
DefaultPropertyMapper.mapProperty(java.lang.Object srcObject,
java.lang.String srcProperty,
java.lang.Object targetObject,
java.lang.String targetProperty,
MappingContext context,
BeanConverter converter)
Map srcObject's srcProperty to targetObjects' targetProperty. |
java.lang.Object |
DefaultBeanConverter.convert(java.lang.Class type,
java.lang.Object value,
MappingContext context)
Convert the specified input object into an output object of the specified type. |
void |
BeanMapper.registerBeanMapping(java.lang.Class srcClass,
java.lang.Class targetClass)
Register that srcClass should be mapped to targetClass. |
void |
BeanMapper.registerBeanMappings(org.xml.sax.InputSource inputSource)
Register the bean mappings specified in the mapping domcument in the InputSource. |
java.lang.Object |
BeanMapper.map(java.lang.Object sourceBean)
Map the sourceBean to a destination bean. |
java.lang.Object |
BeanMapper.map(java.lang.Object sourceBean,
java.lang.Class targetClass)
Register that the sourceBean class should be mapped to targetClass, then map the source bean. |
java.lang.Object |
BeanConverter.convert(java.lang.Class type,
java.lang.Object value,
MappingContext context)
Convert the specified input object into an output object of the specified type. |
Uses of BeanMappingException in org.jbeanmapper.configurator |
Methods in org.jbeanmapper.configurator that throw BeanMappingException | |
protected java.lang.Class |
PropertyMappingRule.getBeanClass(java.lang.String bean)
|
java.util.List |
DefaultConfigurator.getMappings(org.xml.sax.InputSource inputSource)
|
BeanMapping |
DefaultConfigurator.getMapping(java.lang.Class clazz,
java.lang.Class targetClass)
|
BeanMapping |
Configurator.getMapping(java.lang.Class clazz,
java.lang.Class targetClass)
Get a mapping from clazz to targetClass . |
java.util.List |
Configurator.getMappings(org.xml.sax.InputSource inputSource)
Get a list of mappings from an InputSource . |
protected java.lang.Class |
BeanMappingRule.getBeanClass(java.lang.String bean)
Get the class for the bean. |
protected BeanCreator |
BeanMappingRule.instantiate(java.lang.String bean)
Create an instantance of the class with the name bean . |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |