Skip to content
Snippets Groups Projects
Commit 76d76fce authored by OZGCloud's avatar OZGCloud
Browse files

fix compiler issue by ignoring context in CommandMapper

parent f0c329c8
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,8 @@ public interface CommandMapper {
@ValueMapping(source = "UNDEFINED", target = MappingConstants.NULL)
Command toCommand(GrpcCommand grpcCommand);
@Mapping(target = "mergeContext", ignore = true)
@Mapping(target = "context", ignore = true)
@Mapping(target = "mergeFrom", ignore = true)
@Mapping(target = "clearField", ignore = true)
@Mapping(target = "clearOneof", ignore = true)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment