| Package | Description |
|---|---|
| com.github.dozermapper.core |
Core mapping API
|
| com.github.dozermapper.core.factory |
Factory methods used by the mapper to create objects
|
| com.github.dozermapper.core.loader.api |
Mapping via API
|
| Modifier and Type | Method and Description |
|---|---|
DozerBeanMapperBuilder |
DozerBeanMapperBuilder.withBeanFactory(String factoryName,
BeanFactory beanFactory)
Registers a
BeanFactory for the mapper. |
| Modifier and Type | Method and Description |
|---|---|
DozerBeanMapperBuilder |
DozerBeanMapperBuilder.withBeanFactorys(Map<String,BeanFactory> beanFactories)
Registers a
BeanFactory for the mapper. |
| Modifier and Type | Class and Description |
|---|---|
class |
JAXBBeanFactory
Public custom bean factory that can be used by application code when mapping JAXB data objects
|
class |
XMLBeanFactory
Public custom bean factory that can be used by application code when mapping XMLBean data objects
|
| Modifier and Type | Method and Description |
|---|---|
void |
DestBeanCreator.setStoredFactories(Map<String,BeanFactory> factories) |
| Modifier and Type | Method and Description |
|---|---|
TypeDefinition |
TypeDefinition.beanFactory(Class<? extends BeanFactory> type) |
Copyright © 2005–2021 dozer. All rights reserved.