A B C D E F G I M O P R S U

A

addBeanMapping(BeanMapping) - Method in class org.jbeanmapper.BeanMapper
Add a new BeanMapping rule.
addPropertyMapping(PropertyMapping) - Method in class org.jbeanmapper.BeanMapping
 

B

BeanConverter - interface org.jbeanmapper.BeanConverter.
Data type converter to manage conversion of objects from one type to another.
BeanCreator - interface org.jbeanmapper.creator.BeanCreator.
Creator of beans.
BeanMapper - class org.jbeanmapper.BeanMapper.
Maps a JavaBean to another JavaBean.
BeanMapper() - Constructor for class org.jbeanmapper.BeanMapper
 
BeanMappers - class org.jbeanmapper.BeanMappers.
This class consists exclusively of static methods that operate on or return BeanMappers.
BeanMapping - class org.jbeanmapper.BeanMapping.
Describes a mapping between a source class and a destination class.
BeanMapping() - Constructor for class org.jbeanmapper.BeanMapping
 
BeanMappingException - exception org.jbeanmapper.BeanMappingException.
 
BeanMappingException() - Constructor for class org.jbeanmapper.BeanMappingException
Constructs a BeanMappingException with no detail message.
BeanMappingException(String) - Constructor for class org.jbeanmapper.BeanMappingException
Constructs a BeanMappingException with the specified detail message.
BeanMappingException(String, Throwable) - Constructor for class org.jbeanmapper.BeanMappingException
Constructs a BeanMappingException with the specified detail message and cause.
BeanMappingException(Throwable) - Constructor for class org.jbeanmapper.BeanMappingException
Constructs a BeanMappingException with the specified cause.
BeanMappingRule - class org.jbeanmapper.configurator.BeanMappingRule.
Digester rule for handling <bean-mapping> elements.
BeanMappingRule() - Constructor for class org.jbeanmapper.configurator.BeanMappingRule
 
BeanMappingsRule - class org.jbeanmapper.configurator.BeanMappingsRule.
Digester rule for handling <bean-mapping> elements.
BeanMappingsRule() - Constructor for class org.jbeanmapper.configurator.BeanMappingsRule
 
BeanUtil - class org.jbeanmapper.BeanUtil.
Utility methods for javabeans.
BeanUtil() - Constructor for class org.jbeanmapper.BeanUtil
 
begin(String, String, Attributes) - Method in class org.jbeanmapper.configurator.BeanMappingRule
Process the <bean-mapping> element.
begin(String, String, Attributes) - Method in class org.jbeanmapper.configurator.BeanMappingsRule
Process the <bean-mapping> element
begin(String, String, Attributes) - Method in class org.jbeanmapper.configurator.DefaultBeanMappingsRule
 
begin(String, String, Attributes) - Method in class org.jbeanmapper.configurator.PropertyMappingRule
 

C

Configurator - interface org.jbeanmapper.configurator.Configurator.
Configurator of BeanMappings.
convert(Class, Object, MappingContext) - Method in interface org.jbeanmapper.BeanConverter
Convert the specified input object into an output object of the specified type.
convert(Class, Object, MappingContext) - Method in class org.jbeanmapper.DefaultBeanConverter
Convert the specified input object into an output object of the specified type.
createBean(Class, MappingContext) - Method in interface org.jbeanmapper.creator.BeanCreator
Creates an instantance of clazz.
createBean(Class, MappingContext) - Method in class org.jbeanmapper.creator.DefaultBeanCreator
Creates an instantance of clazz.
createPropertyMapping(PropertyDescriptor, PropertyDescriptor) - Method in class org.jbeanmapper.configurator.DefaultConfigurator
Create a property mapping from srcPropertyDescriptor to targetPropertyDescriptor.

D

DefaultBeanConverter - class org.jbeanmapper.DefaultBeanConverter.
Basic converter.
DefaultBeanConverter() - Constructor for class org.jbeanmapper.DefaultBeanConverter
 
DefaultBeanCreator - class org.jbeanmapper.creator.DefaultBeanCreator.
Basic BeanCreator that assumes a no-arg constructor.
DefaultBeanCreator() - Constructor for class org.jbeanmapper.creator.DefaultBeanCreator
 
DefaultBeanMappingsRule - class org.jbeanmapper.configurator.DefaultBeanMappingsRule.
 
DefaultBeanMappingsRule() - Constructor for class org.jbeanmapper.configurator.DefaultBeanMappingsRule
 
DefaultConfigurator - class org.jbeanmapper.configurator.DefaultConfigurator.
 
DefaultConfigurator() - Constructor for class org.jbeanmapper.configurator.DefaultConfigurator
 
DefaultPropertyMapper - class org.jbeanmapper.DefaultPropertyMapper.
PropertyMapper to handle basic beans.
DefaultPropertyMapper() - Constructor for class org.jbeanmapper.DefaultPropertyMapper
 

E

end(String, String) - Method in class org.jbeanmapper.configurator.BeanMappingRule
Complete processing of the <bean-mapping> element.
end(String, String) - Method in class org.jbeanmapper.configurator.PropertyMappingRule
 

F

findPropertyDescriptor(BeanInfo, String) - Static method in class org.jbeanmapper.BeanUtil
Find the PropertyDescriptor in the targetBeanInfo for the property propertyName

G

getBeanClass(String) - Method in class org.jbeanmapper.configurator.BeanMappingRule
Get the class for the bean.
getBeanClass(String) - Method in class org.jbeanmapper.configurator.PropertyMappingRule
 
getBeanCreator() - Method in class org.jbeanmapper.BeanMapping
 
getBeanMappings() - Method in class org.jbeanmapper.BeanMapper
Get all the registered bean mappings.
getConfigurator() - Method in class org.jbeanmapper.BeanMapper
Get the configurator for this mapper.
getConverter() - Method in class org.jbeanmapper.PropertyMapping
 
getDigester() - Method in class org.jbeanmapper.configurator.DefaultConfigurator
Get the digester for this configurator.
getMapper() - Method in class org.jbeanmapper.MappingContext
Get the mapper for this context.
getMapping(Class, Class) - Method in interface org.jbeanmapper.configurator.Configurator
Get a mapping from clazz to targetClass.
getMapping(Class, Class) - Method in class org.jbeanmapper.configurator.DefaultConfigurator
 
getMappings(InputSource) - Method in interface org.jbeanmapper.configurator.Configurator
Get a list of mappings from an InputSource.
getMappings(InputSource) - Method in class org.jbeanmapper.configurator.DefaultConfigurator
 
getPropertyMapper() - Method in class org.jbeanmapper.PropertyMapping
 
getPropertyMappings() - Method in class org.jbeanmapper.BeanMapping
 
getPropertyMappings(Class, Class) - Method in class org.jbeanmapper.configurator.DefaultConfigurator
Get the list of property mappings from srcClass to targetClass.
getSourceClass() - Method in class org.jbeanmapper.BeanMapping
 
getSrcProperty() - Method in class org.jbeanmapper.PropertyMapping
 
getTargetClass() - Method in class org.jbeanmapper.BeanMapping
 
getTargetProperty() - Method in class org.jbeanmapper.PropertyMapping
 

I

instantiate(String) - Method in class org.jbeanmapper.configurator.BeanMappingRule
Create an instantance of the class with the name bean.
isErrorOnUnMappedProperty() - Method in class org.jbeanmapper.BeanMapping
 
isValidating() - Method in class org.jbeanmapper.configurator.DefaultConfigurator
 

M

MappingContext - class org.jbeanmapper.MappingContext.
The context for the current mapping.
MappingContext(BeanMapper) - Constructor for class org.jbeanmapper.MappingContext
Instantiate a new mapping context with a specific mapper.
map(Object) - Method in class org.jbeanmapper.BeanMapper
Map the sourceBean to a destination bean.
map(Object, Class) - Method in class org.jbeanmapper.BeanMapper
Register that the sourceBean class should be mapped to targetClass, then map the source bean.
mapProperty(Object, String, Object, String, MappingContext, BeanConverter) - Method in class org.jbeanmapper.DefaultPropertyMapper
Map srcObject's srcProperty to targetObjects' targetProperty.
mapProperty(Object, String, Object, String, MappingContext, BeanConverter) - Method in interface org.jbeanmapper.PropertyMapper
Maps the srcProperty of srcObject to the targetProperty of targetObject.

O

org.jbeanmapper - package org.jbeanmapper
 
org.jbeanmapper.configurator - package org.jbeanmapper.configurator
 
org.jbeanmapper.creator - package org.jbeanmapper.creator
 

P

PropertyMapper - interface org.jbeanmapper.PropertyMapper.
Map a property from one class to another.
PropertyMapping - class org.jbeanmapper.PropertyMapping.
Describes a mapping between a source property and a destination property.
PropertyMapping() - Constructor for class org.jbeanmapper.PropertyMapping
 
PropertyMappingException - exception org.jbeanmapper.PropertyMappingException.
 
PropertyMappingException() - Constructor for class org.jbeanmapper.PropertyMappingException
Constructs a PropertyMappingException with no detail message.
PropertyMappingException(String) - Constructor for class org.jbeanmapper.PropertyMappingException
Constructs a PropertyMappingException with the specified detail message.
PropertyMappingException(String, Throwable) - Constructor for class org.jbeanmapper.PropertyMappingException
Constructs a PropertyMappingException with the specified detail message and cause.
PropertyMappingException(Throwable) - Constructor for class org.jbeanmapper.PropertyMappingException
Constructs a PropertyMappingException with the specified cause.
PropertyMappingRule - class org.jbeanmapper.configurator.PropertyMappingRule.
Digester rule for handling <property-mapping> elements.
PropertyMappingRule() - Constructor for class org.jbeanmapper.configurator.PropertyMappingRule
 
peekSourceObject() - Method in class org.jbeanmapper.MappingContext
Peek at the source object on the top of the source stack.
popSourceObject() - Method in class org.jbeanmapper.MappingContext
Pop a source object from the source stack.
pushSourceObject(Object) - Method in class org.jbeanmapper.MappingContext
Push a source object on the source stack.

R

registerBeanMapping(Class, Class) - Method in class org.jbeanmapper.BeanMapper
Register that srcClass should be mapped to targetClass.
registerBeanMappings(InputSource) - Method in class org.jbeanmapper.BeanMapper
Register the bean mappings specified in the mapping domcument in the InputSource.

S

setBeanCreator(BeanCreator) - Method in class org.jbeanmapper.BeanMapping
 
setConfigurator(Configurator) - Method in class org.jbeanmapper.BeanMapper
Set the configurator for this mapper.
setConverter(BeanConverter) - Method in class org.jbeanmapper.PropertyMapping
 
setErrorOnUnMappedProperty(boolean) - Method in class org.jbeanmapper.BeanMapping
 
setPropertyMapper(PropertyMapper) - Method in class org.jbeanmapper.PropertyMapping
 
setPropertyMappings(List) - Method in class org.jbeanmapper.BeanMapping
 
setSourceClass(Class) - Method in class org.jbeanmapper.BeanMapping
 
setSrcProperty(String) - Method in class org.jbeanmapper.PropertyMapping
 
setTargetClass(Class) - Method in class org.jbeanmapper.BeanMapping
 
setTargetProperty(String) - Method in class org.jbeanmapper.PropertyMapping
 
setValidating(boolean) - Method in class org.jbeanmapper.configurator.DefaultConfigurator
 

U

unmodifiableBeanMapper(BeanMapper) - Static method in class org.jbeanmapper.BeanMappers
Returns an unmodifiable view of the specified BeanMapper.

A B C D E F G I M O P R S U