- 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.