MapStruct Tutorial
Selected Reading
- MapStruct - Discussion
- MapStruct - Useful Resources
- MapStruct - Quick Guide
- MapStruct - Customizing Mapper
- MapStruct - Throwing Exceptions
- MapStruct - Mapping Enum
- MapStruct - Mapping Streams
- MapStruct - Mapping Map
- MapStruct - Mapping List
- MapStruct - Using defaultExpression
- MapStruct - Using defaultValue
- MapStruct - Using constant
- MapStruct - Using expression
- MapStruct - Using dateFormat
- MapStruct - Using numberFormat
- MapStruct - Implicit Type Conversion
- MapStruct - Builder
- MapStruct - Mapping Direct Field
- MapStruct - Mapping Nested Bean
- MapStruct - Mapping Multiple
- MapStruct - Custom Mapping
- MapStruct - Basic Mapping
- MapStruct - Environment Setup
- MapStruct - Overview
- MapStruct - Home
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
MapStruct - Home
MapStruct Tutorial
The MapStruct is an annotation based code generator/mapper which greatly simppfies the mapping implementations of Java Beans. It follows convention over configuration, uses plain method invocations. MapStruct operations are very fast, type-safe and easy to understand.
Audience
This tutorial is designed for software programmers who want to learn the basics of MapStruct and its concepts in a simple and easy manner. This tutorial will give you enough understanding on the various functionapties of mapstruct with suitable examples.
Prerequisites
Before proceeding with this tutorial, you should have a basic understanding of Java Programming Language.
Advertisements