Uses of Interface
org.codehaus.modello.plugin.ModelloGenerator
-
-
Uses of ModelloGenerator in org.codehaus.modello.core
Methods in org.codehaus.modello.core that return ModelloGenerator Modifier and Type Method Description ModelloGenerator
DefaultGeneratorPluginManager. getGeneratorPlugin(java.lang.String generatorId)
ModelloGenerator
GeneratorPluginManager. getGeneratorPlugin(java.lang.String generatorId)
Methods in org.codehaus.modello.core that return types with arguments of type ModelloGenerator Modifier and Type Method Description java.util.Map<java.lang.String,ModelloGenerator>
GeneratorPluginManager. getPlugins()
java.util.Iterator<ModelloGenerator>
GeneratorPluginManager. getPluginsIterator()
-
Uses of ModelloGenerator in org.codehaus.modello.maven
Fields in org.codehaus.modello.maven with type parameters of type ModelloGenerator Modifier and Type Field Description private java.util.Map<java.lang.String,ModelloGenerator>
ModelloGenerateMojo. generatorMap
-
Uses of ModelloGenerator in org.codehaus.modello.plugin
Classes in org.codehaus.modello.plugin that implement ModelloGenerator Modifier and Type Class Description class
AbstractModelloGenerator
-
Uses of ModelloGenerator in org.codehaus.modello.plugin.converters
Classes in org.codehaus.modello.plugin.converters that implement ModelloGenerator Modifier and Type Class Description class
ConverterGenerator
Generate a basic conversion class between two versions of a model. -
Uses of ModelloGenerator in org.codehaus.modello.plugin.dom4j
Classes in org.codehaus.modello.plugin.dom4j that implement ModelloGenerator Modifier and Type Class Description class
Dom4jReaderGenerator
Generator that reads a model using dom4j.class
Dom4jWriterGenerator
Generate a writer that uses Dom4J. -
Uses of ModelloGenerator in org.codehaus.modello.plugin.java
Classes in org.codehaus.modello.plugin.java that implement ModelloGenerator Modifier and Type Class Description class
AbstractJavaModelloGenerator
AbstractJavaModelloGenerator - similar in scope toAbstractModelloGenerator
but with features that java generators can use.class
JavaModelloGenerator
-
Uses of ModelloGenerator in org.codehaus.modello.plugin.jdom
Classes in org.codehaus.modello.plugin.jdom that implement ModelloGenerator Modifier and Type Class Description class
AbstractJDOMGenerator
class
JDOMWriterGenerator
-
Uses of ModelloGenerator in org.codehaus.modello.plugin.sax
Classes in org.codehaus.modello.plugin.sax that implement ModelloGenerator Modifier and Type Class Description class
SaxWriterGenerator
-
Uses of ModelloGenerator in org.codehaus.modello.plugin.stax
Classes in org.codehaus.modello.plugin.stax that implement ModelloGenerator Modifier and Type Class Description class
AbstractStaxGenerator
class
StaxReaderGenerator
class
StaxSerializerGenerator
Generates the IndentingXMLStreamWriter used by the writer for pretty printing.class
StaxWriterGenerator
-
Uses of ModelloGenerator in org.codehaus.modello.plugin.xdoc
Classes in org.codehaus.modello.plugin.xdoc that implement ModelloGenerator Modifier and Type Class Description class
XdocGenerator
-
Uses of ModelloGenerator in org.codehaus.modello.plugin.xpp3
Classes in org.codehaus.modello.plugin.xpp3 that implement ModelloGenerator Modifier and Type Class Description class
AbstractXpp3Generator
class
Xpp3ExtendedReaderGenerator
The generator for XPP3-based parsers that support input location tracking.class
Xpp3ExtendedWriterGenerator
The generator for XPP3-based writers that support input location tracking.class
Xpp3ReaderGenerator
class
Xpp3WriterGenerator
-
Uses of ModelloGenerator in org.codehaus.modello.plugin.xsd
Classes in org.codehaus.modello.plugin.xsd that implement ModelloGenerator Modifier and Type Class Description class
XsdGenerator
-
Uses of ModelloGenerator in org.codehaus.modello.plugins.xml
Classes in org.codehaus.modello.plugins.xml that implement ModelloGenerator Modifier and Type Class Description class
AbstractXmlGenerator
Abstract class for plugins working on XML representation of the model, without having any need to generate Java code.class
AbstractXmlJavaGenerator
Abstract class for plugins generating Java code for XML representation of the model.
-