Uses of Class
com.salesforce.jprotoc.Generator
-
Packages that use Generator Package Description com.salesforce.jprotoc no.entur.protoc.interfaces -
-
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.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. -
Uses of Generator in no.entur.protoc.interfaces
Subclasses of Generator in no.entur.protoc.interfaces Modifier and Type Class Description classInterfaceProtocPlugin
-