Uses of Class
com.salesforce.jprotoc.Generator
Packages that use Generator
-
Uses of Generator in com.salesforce.jprotoc
Methods in com.salesforce.jprotoc with parameters of type GeneratorModifier and TypeMethodDescriptionstatic voidDebug a single generator using the parsed proto descriptor.static voidApply a single generator to the parsed proto descriptor.Method parameters in com.salesforce.jprotoc with type arguments of type GeneratorModifier and TypeMethodDescriptionstatic voidDebug 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 voidApply 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