Skip navigation links
A B D E G H I M R S T W 

A

addBeanMatch(BeanMatch) - Method in class io.beanmapper.core.BeanMatchStore
 
addPackagePrefix(Class) - Method in class io.beanmapper.BeanMapper
Adds a package on the basis of a class.

B

BeanDefault - Annotation Type in io.beanmapper.annotations
When a result value of an invoked getter is null, the result will be overwritten by the value.
BeanField - Class in io.beanmapper.core
 
BeanField(String, Field) - Constructor for class io.beanmapper.core.BeanField
 
BeanFieldMatch<S,T> - Class in io.beanmapper.core
 
BeanFieldMatch(S, T, BeanField, BeanField, String) - Constructor for class io.beanmapper.core.BeanFieldMatch
 
BeanFieldNoMatchException - Exception in io.beanmapper.exceptions
 
BeanFieldNoMatchException(String) - Constructor for exception io.beanmapper.exceptions.BeanFieldNoMatchException
 
BeanGetFieldException - Exception in io.beanmapper.exceptions
 
BeanGetFieldException(Class, Field, Throwable) - Constructor for exception io.beanmapper.exceptions.BeanGetFieldException
 
BeanIgnore - Annotation Type in io.beanmapper.annotations
When a property is set to be ignored, it will not be mapped from the source to the target.
BeanInstantiationException - Exception in io.beanmapper.exceptions
 
BeanInstantiationException(Class, Throwable) - Constructor for exception io.beanmapper.exceptions.BeanInstantiationException
 
BeanMapper - Class in io.beanmapper
Class that is responsible first for understanding the semantics of the source and target objects.
BeanMapper() - Constructor for class io.beanmapper.BeanMapper
 
BeanMappingException - Exception in io.beanmapper.exceptions
 
BeanMappingException(String) - Constructor for exception io.beanmapper.exceptions.BeanMappingException
 
BeanMappingException(String, Throwable) - Constructor for exception io.beanmapper.exceptions.BeanMappingException
 
BeanMatch - Class in io.beanmapper.core
 
BeanMatch(Class, Class, Map<String, BeanField>, Map<String, BeanField>) - Constructor for class io.beanmapper.core.BeanMatch
 
BeanMatchStore - Class in io.beanmapper.core
 
BeanMatchStore() - Constructor for class io.beanmapper.core.BeanMatchStore
 
BeanMissingPathException - Exception in io.beanmapper.exceptions
 
BeanMissingPathException(String) - Constructor for exception io.beanmapper.exceptions.BeanMissingPathException
 
BeanMissingPathException(Class, Field, Throwable) - Constructor for exception io.beanmapper.exceptions.BeanMissingPathException
 
BeanProperty - Annotation Type in io.beanmapper.annotations
Setting a name allows you to map the property to a property on the other side with a different name.
BeanSetFieldException - Exception in io.beanmapper.exceptions
 
BeanSetFieldException(Class, Field, Throwable) - Constructor for exception io.beanmapper.exceptions.BeanSetFieldException
 
BeanUnwrap - Annotation Type in io.beanmapper.annotations
When a property is set to unwrap, it will unwrap the internal values of the other side and apply it to the same level of the annotated side.

D

determineNodesForNode(Class, String) - Static method in class io.beanmapper.core.BeanField
 
determineNodesForPath(Class, String) - Static method in class io.beanmapper.core.BeanField
 
determineNodesForPath(Class, String, BeanField) - Static method in class io.beanmapper.core.BeanField
 

E

ERROR - Static variable in exception io.beanmapper.exceptions.BeanGetFieldException
 
ERROR - Static variable in exception io.beanmapper.exceptions.BeanInstantiationException
 
ERROR - Static variable in exception io.beanmapper.exceptions.BeanMissingPathException
 
ERROR - Static variable in exception io.beanmapper.exceptions.BeanSetFieldException
 

G

getBeanMatch(Class, Class) - Method in class io.beanmapper.core.BeanMatchStore
 
getCurrentField() - Method in class io.beanmapper.core.BeanField
 
getDefaultValue(BeanField) - Method in class io.beanmapper.core.BeanFieldMatch
 
getField() - Method in class io.beanmapper.core.BeanField
 
getName() - Method in class io.beanmapper.core.BeanField
 
getNext() - Method in class io.beanmapper.core.BeanField
 
getObject(Object) - Method in class io.beanmapper.core.BeanField
 
getOrCreate(Object) - Method in class io.beanmapper.core.BeanField
 
getOrCreateTargetObject() - Method in class io.beanmapper.core.BeanFieldMatch
 
getRoute() - Method in class io.beanmapper.core.Route
 
getSource() - Method in class io.beanmapper.core.BeanMatch
 
getSourceDefaultValue() - Method in class io.beanmapper.core.BeanFieldMatch
 
getSourceNode() - Method in class io.beanmapper.core.BeanMatch
 
getSourceObject() - Method in class io.beanmapper.core.BeanFieldMatch
 
getSourceValue() - Method in class io.beanmapper.core.BeanFieldMatch
 
getTarget() - Method in class io.beanmapper.core.BeanFieldMatch
 
getTarget() - Method in class io.beanmapper.core.BeanMatch
 
getTargetClass() - Method in class io.beanmapper.core.BeanFieldMatch
 
getTargetDefaultValue() - Method in class io.beanmapper.core.BeanFieldMatch
 
getTargetFieldName() - Method in class io.beanmapper.core.BeanFieldMatch
 
getTargetNode() - Method in class io.beanmapper.core.BeanMatch
 

H

hasAnnotation(BeanField, Class<? extends Annotation>) - Method in class io.beanmapper.core.BeanFieldMatch
 
hasMatchingSource() - Method in class io.beanmapper.core.BeanFieldMatch
 
hasNext() - Method in class io.beanmapper.core.BeanField
 
hasSimilarClasses() - Method in class io.beanmapper.core.BeanFieldMatch
 

I

io.beanmapper - package io.beanmapper
 
io.beanmapper.annotations - package io.beanmapper.annotations
 
io.beanmapper.core - package io.beanmapper.core
 
io.beanmapper.exceptions - package io.beanmapper.exceptions
 

M

map(S, Class<T>) - Method in class io.beanmapper.BeanMapper
Copies the values from the source object to a newly constructed target instance
map(Collection<S>, Class<T>) - Method in class io.beanmapper.BeanMapper
Maps a list of source items to a list of target items with a specific class
map(S, T) - Method in class io.beanmapper.BeanMapper
Copies the values from the source object to an existing target instance

R

Route - Class in io.beanmapper.core
 
Route(String) - Constructor for class io.beanmapper.core.Route
 

S

setField(Field) - Method in class io.beanmapper.core.BeanField
 
setName(String) - Method in class io.beanmapper.core.BeanField
 
setNext(BeanField) - Method in class io.beanmapper.core.BeanField
 
setTarget(Object) - Method in class io.beanmapper.core.BeanFieldMatch
 
sourceHasAnnotation(Class<? extends Annotation>) - Method in class io.beanmapper.core.BeanFieldMatch
 

T

targetHasAnnotation(Class<? extends Annotation>) - Method in class io.beanmapper.core.BeanFieldMatch
 

W

writeObject(Object, Object) - Method in class io.beanmapper.core.BeanField
 
writeObject(Object) - Method in class io.beanmapper.core.BeanFieldMatch
 
A B D E G H I M R S T W 
Skip navigation links

Copyright © 2015 42 BV. All Rights Reserved.