| Package | Description |
|---|---|
| com.github.dozermapper.core.builder |
Build mappings via different API extensions
|
| com.github.dozermapper.core.builder.fluent |
Build mappings via Java Fluent API
|
| com.github.dozermapper.core.builder.xml |
Build mappings via XML
|
| com.github.dozermapper.core.loader |
Mapping definition loader
|
| com.github.dozermapper.core.loader.api |
Mapping via API
|
| com.github.dozermapper.core.loader.xml |
Mapping via XML
|
| Modifier and Type | Method and Description |
|---|---|
List<MappingFileData> |
BeanMappingsBuilder.build(BeanContainer beanContainer,
DestBeanCreator destBeanCreator,
PropertyDescriptorFactory propertyDescriptorFactory)
Builds a collection mappings to be used
|
| Modifier and Type | Method and Description |
|---|---|
List<MappingFileData> |
BeanMappingsFluentBuilder.build(BeanContainer beanContainer,
DestBeanCreator destBeanCreator,
PropertyDescriptorFactory propertyDescriptorFactory)
Builds a collection mappings to be used
|
| Modifier and Type | Method and Description |
|---|---|
List<MappingFileData> |
BeanMappingXMLBuilder.build(BeanContainer beanContainer,
DestBeanCreator destBeanCreator,
PropertyDescriptorFactory propertyDescriptorFactory)
Builds a collection mappings to be used
|
| Modifier and Type | Method and Description |
|---|---|
MappingFileData |
DozerBuilder.build() |
MappingFileData |
MappingsSource.read(T source) |
| Modifier and Type | Method and Description |
|---|---|
LoadMappingsResult |
CustomMappingsLoader.load(List<MappingFileData> mappings) |
| Modifier and Type | Method and Description |
|---|---|
MappingFileData |
BeanMappingBuilder.build(BeanContainer beanContainer,
DestBeanCreator destBeanCreator,
PropertyDescriptorFactory propertyDescriptorFactory)
For internal use
|
| Modifier and Type | Method and Description |
|---|---|
MappingFileData |
XMLParser.read(Document document)
Deprecated.
Builds object representation of mappings based on content of Xml document
|
MappingFileData |
MappingStreamReader.read(InputStream xmlStream)
Deprecated.
|
MappingFileData |
MappingFileReader.read(String fileName)
Deprecated.
|
MappingFileData |
MappingFileReader.read(URL url)
Deprecated.
|
Copyright © 2005–2021 dozer. All rights reserved.