| Package | Description |
|---|---|
| com.github.dozermapper.core |
Core mapping API
|
| com.github.dozermapper.core.metadata |
Metadata to query the mapping definition
|
| Modifier and Type | Method and Description |
|---|---|
default MappingMetadata |
Mapper.getMappingMetadata()
The
MappingMetadata interface can be used to query information about the current
mapping definitions. |
MappingMetadata |
DozerBeanMapper.getMappingMetadata()
The
MappingMetadata interface can be used to query information about the current
mapping definitions. |
| Modifier and Type | Class and Description |
|---|---|
class |
DozerMappingMetadata
Internal use only.
|
| Modifier and Type | Field and Description |
|---|---|
static MappingMetadata |
MappingMetadata.EMPTY |
Copyright © 2005–2021 dozer. All rights reserved.