public class MapperFactory extends Object
| Constructor and Description |
|---|
MapperFactory() |
| Modifier and Type | Method and Description |
|---|---|
static org.dozer.loader.api.BeanMappingBuilder |
newBeanMappingBuilder(@NonNull Class<?> entityClass,
@NonNull Class<?> dtoClass) |
static org.dozer.Mapper |
newMapper()
Factory method for creating the new
Mapper for the mapping process. |
static org.dozer.Mapper |
newMapper(@NonNull List<String> mappingFiles)
Factory method for creating the new
Mapper for the mapping process with the given
mapping files list. |
static org.dozer.Mapper |
newMapper(@NonNull List<String> mappingFiles,
@NonNull Class<?> entityClass,
@NonNull Class<?> dtoClass)
Factory method for creating the new
Mapper for the mapping process with the given
mapping files list. |
public static org.dozer.loader.api.BeanMappingBuilder newBeanMappingBuilder(@NonNull
@NonNull Class<?> entityClass,
@NonNull
@NonNull Class<?> dtoClass)
public static org.dozer.Mapper newMapper()
Mapper for the mapping process. This method is
invoked in the constructor and can be overridden so users can provide their own mapping
processMapper for the mapping processpublic static org.dozer.Mapper newMapper(@NonNull
@NonNull List<String> mappingFiles)
Mapper for the mapping process with the given
mapping files list. This method is invoked in the constructor and can be overridden so users
can provide their own mapping processmappingFiles - the mapping filesMapper for the mapping processpublic static org.dozer.Mapper newMapper(@NonNull
@NonNull List<String> mappingFiles,
@NonNull
@NonNull Class<?> entityClass,
@NonNull
@NonNull Class<?> dtoClass)
Mapper for the mapping process with the given
mapping files list. This method is invoked in the constructor and can be overridden so users
can provide their own mapping processmappingFiles - the mapping filesentityClass - the entity classdtoClass - the dto classMapper for the mapping processCopyright © 2015–2020 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.