All Types

com.squareup.wire.java.JavaGenerator

Generates Java source code that matches proto definitions.

This can map type names from protocol buffers (like uint32, string, or squareup.protos.person.Person to the corresponding Java names (like int, java.lang.String, or com.squareup.protos.person.Person).