| Package | Description |
|---|---|
| com.salesforce.jprotoc | |
| com.salesforce.jprotoc.dump | |
| com.salesforce.jprotoc.jdk8 |
| Modifier and Type | Method and Description |
|---|---|
static void |
ProtocPlugin.debug(Generator generator,
String dumpPath)
Debug a single generator using the parsed proto descriptor.
|
static void |
ProtocPlugin.generate(Generator generator)
Apply a single generator to the parsed proto descriptor.
|
static com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse |
ProtocPluginTesting.test(Generator generator,
String dumpPath)
Debug a single generator using the parsed proto descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
ProtocPlugin.debug(List<Generator> generators,
List<com.google.protobuf.GeneratedMessage.GeneratedExtension> extensions,
String dumpPath)
Debug multiple generators using the parsed proto descriptor, aggregating their results.
|
static void |
ProtocPlugin.debug(List<Generator> generators,
String dumpPath)
Debug multiple generators using the parsed proto descriptor, aggregating their results.
|
static void |
ProtocPlugin.generate(List<Generator> generators)
Apply multiple generators to the parsed proto descriptor, aggregating their results.
|
static void |
ProtocPlugin.generate(List<Generator> generators,
List<com.google.protobuf.GeneratedMessage.GeneratedExtension> extensions)
Apply multiple generators to the parsed proto descriptor, aggregating their results.
|
static com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse |
ProtocPluginTesting.test(List<Generator> generators,
List<com.google.protobuf.GeneratedMessage.GeneratedExtension> extensions,
String dumpPath)
Test multiple generators using the parsed proto descriptor, aggregating their results.
|
static com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponse |
ProtocPluginTesting.test(List<Generator> generators,
String dumpPath)
Debug multiple generators using the parsed proto descriptor, aggregating their results.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DumpGenerator
Dumps the content of the input descriptor set to descriptor_dump.json.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Jdk8Generator
Generates a set of gRPC stubs that support JDK8
CompletableFuture. |
Copyright © 2023. All rights reserved.