grpc-java/compiler/src/java_plugin/cpp
Philip K. Warren 3808e707f9
compiler: Use fully qualified String in codegen (#10321)
Currently, the gRPC compiler isn't properly using the fully qualified
string name `java.lang.String` instead of `String`. Update the generator
to use the `$String$` alias to avoid compile issues with protobuf
messages called String.

Fixes #10316.
2023-06-29 10:50:13 -07:00
..
java_generator.cpp compiler: Use fully qualified String in codegen (#10321) 2023-06-29 10:50:13 -07:00
java_generator.h compiler: Inform the compiler that GRPC_CODEGEN_FAIL aborts 2023-02-27 10:01:07 -08:00
java_plugin.cpp compiler: Use namespace aliases to reduce internal diff 2020-08-07 14:58:32 -05:00