Modifier and Type | Method and Description |
---|---|
ModelloGenerator |
DefaultGeneratorPluginManager.getGeneratorPlugin(String generatorId) |
ModelloGenerator |
GeneratorPluginManager.getGeneratorPlugin(String generatorId) |
Modifier and Type | Method and Description |
---|---|
Map<String,ModelloGenerator> |
GeneratorPluginManager.getPlugins() |
Iterator<ModelloGenerator> |
GeneratorPluginManager.getPluginsIterator() |
Modifier and Type | Class and Description |
---|---|
class |
AbstractModelloGenerator |
Modifier and Type | Class and Description |
---|---|
class |
ConverterGenerator
Generate a basic conversion class between two versions of a model.
|
Modifier and Type | Class and Description |
---|---|
class |
Dom4jReaderGenerator
Generator that reads a model using dom4j.
|
class |
Dom4jWriterGenerator
Generate a writer that uses Dom4J.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractJacksonGenerator |
class |
JacksonExtendedReaderGenerator
The generator for Jackson-based parsers that support input location tracking.
|
class |
JacksonReaderGenerator |
class |
JacksonWriterGenerator |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJavaModelloGenerator
AbstractJavaModelloGenerator - similar in scope to
AbstractModelloGenerator but with features that
java generators can use. |
class |
JavaModelloGenerator |
Modifier and Type | Class and Description |
---|---|
class |
AbstractJDOMGenerator |
class |
JDOMWriterGenerator |
Modifier and Type | Class and Description |
---|---|
class |
JsonSchemaGenerator |
Modifier and Type | Class and Description |
---|---|
class |
SaxWriterGenerator |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSnakeYamlGenerator |
class |
SnakeYamlExtendedReaderGenerator
The generator for Jackson-based parsers that support input location tracking.
|
class |
SnakeYamlReaderGenerator |
class |
SnakeYamlWriterGenerator |
Modifier and Type | Class and Description |
---|---|
class |
AbstractStaxGenerator |
class |
StaxReaderGenerator |
class |
StaxSerializerGenerator
Generates the IndentingXMLStreamWriter used by the writer for pretty printing.
|
class |
StaxWriterGenerator |
Modifier and Type | Class and Description |
---|---|
class |
XdocGenerator |
Modifier and Type | Class and Description |
---|---|
class |
AbstractXpp3Generator |
class |
Xpp3ExtendedReaderGenerator
The generator for XPP3-based parsers that support input location tracking.
|
class |
Xpp3ReaderGenerator |
class |
Xpp3WriterGenerator |
Modifier and Type | Class and Description |
---|---|
class |
XsdGenerator |
Modifier and Type | Class and 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.
|
Copyright © 2001–2017 Codehaus. All rights reserved.