An easier way of setting nested properties values in Grpc generated java code

前端 未结 0 539
无人共我
无人共我 2021-01-31 22:30

We are using Grpc with our java apps and we have a nested object defined in protobuff.

example of the proto:

message Person {
  string name = 1;
  Child ch         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题