| Package | Description |
|---|---|
| com.github.dozermapper.core.builder.model.jaxb |
JAXB model that describes the mapping definitions
|
| Modifier and Type | Field and Description |
|---|---|
protected Type |
FieldDefinition.type |
protected Type |
MappingDefinition.type |
| Modifier and Type | Method and Description |
|---|---|
static Type |
Type.fromValue(String value) |
static Type |
Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Type[] |
Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
FieldDefinition |
FieldDefinition.withType(Type type) |
FieldExcludeDefinition |
FieldExcludeDefinition.withType(Type type) |
MappingDefinition |
MappingDefinition.withType(Type type) |
Copyright © 2005–2021 dozer. All rights reserved.