Skip navigation links

Package 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.

See: Description

Package org.mapstruct Description

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. The generated code uses plain method invocations and thus is fast and type-safe.

This package contains several annotations which allow to configure how mapper interfaces are generated.

See Also:
MapStruct reference documentation
Skip navigation links

Copyright © 2012-2016 Gunnar Morling; All rights reserved. Released under the Apache Software License 2.0.