Skip to content
Snippets Groups Projects
Commit 570b68f2 authored by Krzysztof Witukiewicz's avatar Krzysztof Witukiewicz
Browse files

OZG-7608 OZG-7729 Add some standard configuration to VorgangStubMapper

parent 596cde4f
No related branches found
No related tags found
1 merge request!17OZG-7608 OZG-7729 gRPC endpoint for deleted Vorgaenge
...@@ -27,8 +27,10 @@ import java.util.Optional; ...@@ -27,8 +27,10 @@ import java.util.Optional;
import org.mapstruct.Mapper; import org.mapstruct.Mapper;
import org.mapstruct.Mapping; import org.mapstruct.Mapping;
import org.mapstruct.NullValueCheckStrategy;
import org.mapstruct.NullValuePropertyMappingStrategy;
@Mapper @Mapper(nullValuePropertyMappingStrategy = NullValuePropertyMappingStrategy.IGNORE, nullValueCheckStrategy = NullValueCheckStrategy.ALWAYS)
interface VorgangStubMapper { interface VorgangStubMapper {
@Mapping(target = "deletedAt", ignore = true) @Mapping(target = "deletedAt", ignore = true)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment