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.
|
Modifier and Type | Class and Description |
---|---|
interface |
AfterMapping
Marks a method to be invoked at the end of a generated mapping method, right before the last
return statement
of the mapping method. |
interface |
BeforeMapping
Marks a method to be invoked at the beginning of a generated mapping method.
|
Copyright © 2012-2016 Gunnar Morling; All rights reserved. Released under the Apache Software License 2.0.