Skip to content
Snippets Groups Projects
Commit 30633a67 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-6259 warn when unmapped target field

parent e6bbe385
No related branches found
No related tags found
No related merge requests found
......@@ -24,10 +24,11 @@
package de.ozgcloud.vorgang.collaboration;
import org.mapstruct.Mapper;
import org.mapstruct.ReportingPolicy;
import de.ozgcloud.vorgang.vorgang.GrpcCollaborationRequest;
@Mapper
@Mapper(unmappedTargetPolicy = ReportingPolicy.WARN)
public interface CollaborationRequestMapper {
CollaborationRequest mapFrom(GrpcCollaborationRequest grpcCollaborationRequest);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment