| Package | Description |
|---|---|
| org.mapstruct |
MapStruct is a code generator which simplifies the implementation of mappings between Java bean types by generating
mapping code at compile time, following a convention-over-configuration approach.
|
| org.mapstruct.control |
| Modifier and Type | Class and Description |
|---|---|
interface |
Builder
Configuration of builders, e.g.
|
| Modifier and Type | Class and Description |
|---|---|
interface |
DeepClone
Clones a source type to a target type (assuming source and target are of the same type).
|
interface |
NoComplexMapping
Disables complex mappings, mappings that require 2 mapping means (method, built-in conversion) to constitute
a mapping from source to target.
|
Copyright © 2012–2021. All rights reserved.