Many of the Protobuf* support classes in spring-web have a private static getMessageBuilder() that is not exposed or shared. They could extract it into a utility to make them slightly more consistent/efficient. It would also be quite handy to be able to re-use that code without copy-pasting in other places.
Many of the
Protobuf*support classes in spring-web have a private staticgetMessageBuilder()that is not exposed or shared. They could extract it into a utility to make them slightly more consistent/efficient. It would also be quite handy to be able to re-use that code without copy-pasting in other places.