Uses of Interface
de.haumacher.msgbuf.generator.GeneratorPlugin
Packages that use GeneratorPlugin
-
Uses of GeneratorPlugin in de.haumacher.msgbuf.generator
Methods in de.haumacher.msgbuf.generator that return GeneratorPluginModifier and TypeMethodDescriptiondefault 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 GeneratorPluginModifier and TypeMethodDescriptiondefault GeneratorPluginGeneratorPlugin.andThen(GeneratorPlugin next) Joins thisGeneratorPluginwith the given one.voidGenerator.generate(GeneratorPlugin plugin) Constructors in de.haumacher.msgbuf.generator with parameters of type GeneratorPluginModifierConstructorDescriptionMessageGenerator(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 GeneratorPluginModifier and TypeClassDescriptionclassGeneratorPlugingenerating XML reading code for theXMLStreamReaderinterface.