An Annotation based Java 11 and higher library for converting classes (like DTOs) to Protobuf classes
<dependency>
<groupId>com.keithtmiller</groupId>
<artifactId>proto-converter</artifactId>
<version>1.0.1</version>
</dependency>
implementation group: 'com.keithtmiller', name: 'proto-converter', version: '1.0.1'