return statement
of the mapping method.ValueMapping this represents any source that is not already mapped by either a defined mapping or
by means of name based mapping.ValueMapping this represents any source that is not already mapped by a defined mapping.Mapping, IterableMapping etc.)
from another mapping method (declared on the same mapper type) or prototype method (declared on a mapper config class
referenced via Mapper.config()) to the annotated method as well.Mappings from an inverse mapping method to the annotated method
as well.Mapper.componentModel().MappingControl on a class declaration.Mapper.config().ValueMapping this represents a null source or target.null values passed to mapping methods.null or not present properties in the source bean.Mappers factory class for the retrieval of mapper instances if no
explicit component model such as CDI is configured via Mapper.componentModel().EnumMapping this represent the enum transformation strategy that adds a prefix to the source enum.EnumMapping this represent the enum transformation strategy that strips a prefix from the source
enum.EnumMapping this represent the enum transformation strategy that strips a suffix from the source
enum.EnumMapping this represent the enum transformation strategy that adds a suffix to the source enum.Copyright © 2012–2021. All rights reserved.