Uses of Interface
de.haumacher.msgbuf.generator.GeneratorPlugin
-
Packages that use GeneratorPlugin Package Description de.haumacher.msgbuf.generator de.haumacher.msgbuf.generator.plugins -
-
Uses of GeneratorPlugin in de.haumacher.msgbuf.generator
Methods in de.haumacher.msgbuf.generator that return GeneratorPlugin Modifier and Type Method Description default GeneratorPluginGeneratorPlugin. andThen(GeneratorPlugin next)Joins thisGeneratorPluginwith the given one.static GeneratorPluginGeneratorPlugin. none()GeneratorPluginthat does not generate any output.Methods in de.haumacher.msgbuf.generator with parameters of type GeneratorPlugin Modifier and Type Method Description default GeneratorPluginGeneratorPlugin. andThen(GeneratorPlugin next)Joins thisGeneratorPluginwith the given one.voidGenerator. generate(GeneratorPlugin plugin)Constructors in de.haumacher.msgbuf.generator with parameters of type GeneratorPlugin Constructor Description MessageGenerator(NameTable table, Map<String,Option> options, boolean isInterface, String packageSuffix, MessageDef def, GeneratorPlugin plugin)Creates aMessageGenerator. -
Uses of GeneratorPlugin in de.haumacher.msgbuf.generator.plugins
Classes in de.haumacher.msgbuf.generator.plugins that implement GeneratorPlugin Modifier and Type Class Description classXmlStreamingPluginGeneratorPlugingenerating XML reading code for theXMLStreamReaderinterface.
-