Uses of Class
com.salesforce.jprotoc.Generator
-
Packages that use Generator Package Description com.salesforce.jprotoc com.salesforce.jprotoc.dump com.salesforce.jprotoc.jdk8 -
-
Uses of Generator in com.salesforce.jprotoc
Methods in com.salesforce.jprotoc with parameters of type Generator Modifier and Type Method Description static voidProtocPlugin. debug(Generator generator, String dumpPath)Debug a single generator using the parsed proto descriptor.static voidProtocPlugin. generate(Generator generator)Apply a single generator to the parsed proto descriptor.static com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponseProtocPluginTesting. test(Generator generator, String dumpPath)Debug a single generator using the parsed proto descriptor.Method parameters in com.salesforce.jprotoc with type arguments of type Generator Modifier and Type Method Description static voidProtocPlugin. debug(List<Generator> generators, String dumpPath)Debug multiple generators using the parsed proto descriptor, aggregating their results.static voidProtocPlugin. 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 voidProtocPlugin. generate(List<Generator> generators)Apply multiple generators to the parsed proto descriptor, aggregating their results.static voidProtocPlugin. 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.CodeGeneratorResponseProtocPluginTesting. test(List<Generator> generators, String dumpPath)Debug multiple generators using the parsed proto descriptor, aggregating their results.static com.google.protobuf.compiler.PluginProtos.CodeGeneratorResponseProtocPluginTesting. test(List<Generator> generators, List<com.google.protobuf.GeneratedMessage.GeneratedExtension> extensions, String dumpPath)Test multiple generators using the parsed proto descriptor, aggregating their results. -
Uses of Generator in com.salesforce.jprotoc.dump
Subclasses of Generator in com.salesforce.jprotoc.dump Modifier and Type Class Description classDumpGeneratorDumps the content of the input descriptor set to descriptor_dump.json. -
Uses of Generator in com.salesforce.jprotoc.jdk8
Subclasses of Generator in com.salesforce.jprotoc.jdk8 Modifier and Type Class Description classJdk8GeneratorGenerates a set of gRPC stubs that support JDK8CompletableFuture.
-