About 2,210 results
Open links in new tab
  1. MapStruct – Java bean mappings, the easy way!

    What is it? MapStruct is a code generator that greatly simplifies the implementation of mappings between Java bean types based on a convention over configuration approach. The generated …

  2. MapStruct 1.6.3 Reference Guide

    1. Introduction MapStruct is a Java annotation processor for the generation of type-safe bean mapping classes. All you have to do is to define a mapper interface which declares any …

  3. Documentation – MapStruct

    Documentation Installation How to download and set it up with different build tools More... Reference Guide The reference documentation and API docs for the current stable and …

  4. Frequently Asked Questions (FAQ) – MapStruct

    Jan 16, 2014 · MapStruct reports this as “ambiguous mapping method” and lists the methods from which it cannot make a selection. Here, you have to guide MapStruct in making the correct …

  5. Reference Guide – MapStruct

    1.6.3 (November 9th 2024; latest stable release) Reference guide: HTML | PDF API documentation: JavaDoc Migration notes Spring Extensions (November 15th 2025) Reference …

  6. Installation – MapStruct

    Add the javac task configured as follows to your build.xml file in order to enable MapStruct in your Ant-based project. Adjust the paths as required for your project layout.

  7. MapStruct 1.3.1.Final Reference Guide

    1. Introduction MapStruct is a Java annotation processor for the generation of type-safe bean mapping classes. All you have to do is to define a mapper interface which declares any …

  8. Overview (MapStruct 1.6.3)

    Overview (MapStruct 1.6.3)MapStruct 1.6.3

  9. Mapping (MapStruct 1.6.3)

    When no matching property is found, MapStruct looks for a matching parameter name instead. When used to map an enum constant, the name of the constant member is to be given.

  10. IDE Support – MapStruct

    One of the big advantages of MapStruct is the early feedback on problems with the mapping configuration. To fully leverage this in your IDE, make sure the annotation processor runs with …