package com.medibank.javamavenmapstruct.student; import org.mapstruct.Mapper; import org.mapstruct.Mapping; @Mapper public interface StudentMapper { @Mapping(target ...
This project provides a SPI implementation for Mapstruct to generate mapping code from protocol buffer messages (in the form of protobuf-java objects) to the following targets: Plain Old Java Objects ...