| Package | Description |
|---|---|
| com.github.dozermapper.core |
Core mapping API
|
| com.github.dozermapper.core.builder.fluent |
Build mappings via Java Fluent API
|
| com.github.dozermapper.core.builder.model.elengine |
ELEngine extension to JAXB model |
| com.github.dozermapper.core.builder.xml |
Build mappings via XML
|
| com.github.dozermapper.core.config |
Configuration settings for
|
| com.github.dozermapper.core.el |
Extensions for
javax.el |
| com.github.dozermapper.core.loader.xml |
Mapping via XML
|
| Modifier and Type | Method and Description |
|---|---|
DozerBeanMapperBuilder |
DozerBeanMapperBuilder.withELEngine(ELEngine elEngine)
Registers a
ELEngine for the mapper. |
| Constructor and Description |
|---|
BeanMappingsFluentBuilder(ELEngine elEngine) |
| Constructor and Description |
|---|
BeanMappingXMLBuilder(BeanContainer beanContainer,
ELEngine elEngine) |
| Modifier and Type | Method and Description |
|---|---|
ELEngine |
BeanContainer.getElEngine() |
| Modifier and Type | Method and Description |
|---|---|
void |
BeanContainer.setElEngine(ELEngine elEngine) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultELEngine
ELEngine implementation that uses an
ExpressionFactory and SimpleELContext
to resolve variables and functions |
class |
NoopELEngine
ELEngine implementation that has no implementation logic.
|
class |
TcclELEngine
ELEngine extension of
DefaultELEngine which uses ContextClassLoader when resolving expressions. |
| Constructor and Description |
|---|
ExpressionElementReader(ELEngine elEngine)
Deprecated.
|
Copyright © 2005–2021 dozer. All rights reserved.