Uses of Class
org.codehaus.modello.ModelloException
-
-
Uses of ModelloException in org.codehaus.modello
Methods in org.codehaus.modello that throw ModelloException Modifier and Type Method Description void
Modello. generate(Reader modelReader, String outputType, Properties parameters)
void
Modello. translate(Reader reader, Writer writer, String outputType, Properties parameters)
Constructors in org.codehaus.modello that throw ModelloException Constructor Description Modello()
-
Uses of ModelloException in org.codehaus.modello.core
Methods in org.codehaus.modello.core that throw ModelloException Modifier and Type Method Description void
DefaultModelloCore. generate(Model model, String outputType, Properties parameters)
void
ModelloCore. generate(Model model, String outputType, Properties parameters)
Model
AbstractModelloCore. input(Reader reader)
Model
DefaultModelloCore. loadModel(File file)
Model
DefaultModelloCore. loadModel(Reader reader)
Model
ModelloCore. loadModel(File file)
Model
ModelloCore. loadModel(Reader reader)
void
AbstractModelloCore. output(Model model, Writer writer)
void
DefaultModelloCore. saveModel(Model model, Writer writer)
void
ModelloCore. saveModel(Model model, Writer writer)
Model
DefaultModelloCore. translate(Reader reader, String inputType, Properties parameters)
Model
ModelloCore. translate(Reader reader, String inputType, Properties parameters)
-
Uses of ModelloException in org.codehaus.modello.core.io
Methods in org.codehaus.modello.core.io that throw ModelloException Modifier and Type Method Description Model
ModelReader. loadModel(Reader reader)
-
Uses of ModelloException in org.codehaus.modello.metadata
Methods in org.codehaus.modello.metadata that throw ModelloException Modifier and Type Method Description AssociationMetadata
MetadataPlugin. getAssociationMetadata(ModelAssociation association, Map<String,String> data)
ClassMetadata
MetadataPlugin. getClassMetadata(ModelClass clazz, Map<String,String> data)
FieldMetadata
MetadataPlugin. getFieldMetadata(ModelField field, Map<String,String> data)
InterfaceMetadata
MetadataPlugin. getInterfaceMetadata(ModelInterface iface, Map<String,String> data)
ModelMetadata
MetadataPlugin. getModelMetadata(Model model, Map<String,String> data)
-
Uses of ModelloException in org.codehaus.modello.plugin
Methods in org.codehaus.modello.plugin that throw ModelloException Modifier and Type Method Description void
ModelloGenerator. generate(Model model, Properties parameters)
protected void
AbstractModelloGenerator. initialize(Model model, Properties parameters)
-
Uses of ModelloException in org.codehaus.modello.plugin.converters
Methods in org.codehaus.modello.plugin.converters that throw ModelloException Modifier and Type Method Description void
ConverterGenerator. generate(Model model, Properties parameters)
-
Uses of ModelloException in org.codehaus.modello.plugin.dom4j
Methods in org.codehaus.modello.plugin.dom4j that throw ModelloException Modifier and Type Method Description void
Dom4jReaderGenerator. generate(Model model, Properties parameters)
void
Dom4jWriterGenerator. generate(Model model, Properties parameters)
-
Uses of ModelloException in org.codehaus.modello.plugin.jackson
Methods in org.codehaus.modello.plugin.jackson that throw ModelloException Modifier and Type Method Description void
JacksonReaderGenerator. generate(Model model, Properties parameters)
void
JacksonWriterGenerator. generate(Model model, Properties parameters)
-
Uses of ModelloException in org.codehaus.modello.plugin.java
Methods in org.codehaus.modello.plugin.java that throw ModelloException Modifier and Type Method Description protected void
AbstractJavaModelloGenerator. addModelImports(JClass jClass, BaseElement baseElem)
void
JavaModelloGenerator. generate(Model model, Properties parameters)
protected String
AbstractJavaModelloGenerator. getJavaDefaultValue(ModelField modelField)
protected String
AbstractJavaModelloGenerator. getValueChecker(String type, String value, ModelField field)
protected void
AbstractJavaModelloGenerator. initialize(Model model, Properties parameters)
-
Uses of ModelloException in org.codehaus.modello.plugin.jdom
Methods in org.codehaus.modello.plugin.jdom that throw ModelloException Modifier and Type Method Description void
JDOMWriterGenerator. generate(Model model, Properties parameters)
-
Uses of ModelloException in org.codehaus.modello.plugin.jsonschema
Methods in org.codehaus.modello.plugin.jsonschema that throw ModelloException Modifier and Type Method Description void
JsonSchemaGenerator. generate(Model model, Properties parameters)
-
Uses of ModelloException in org.codehaus.modello.plugin.sax
Methods in org.codehaus.modello.plugin.sax that throw ModelloException Modifier and Type Method Description void
SaxWriterGenerator. generate(Model model, Properties parameters)
-
Uses of ModelloException in org.codehaus.modello.plugin.snakeyaml
Methods in org.codehaus.modello.plugin.snakeyaml that throw ModelloException Modifier and Type Method Description void
SnakeYamlReaderGenerator. generate(Model model, Properties parameters)
void
SnakeYamlWriterGenerator. generate(Model model, Properties parameters)
-
Uses of ModelloException in org.codehaus.modello.plugin.stax
Methods in org.codehaus.modello.plugin.stax that throw ModelloException Modifier and Type Method Description void
StaxReaderGenerator. generate(Model model, Properties parameters)
void
StaxSerializerGenerator. generate(Model model, Properties parameters)
void
StaxWriterGenerator. generate(Model model, Properties parameters)
protected ModelField
AbstractStaxGenerator. getReferenceIdentifierField(ModelAssociation association)
protected void
AbstractStaxGenerator. initialize(Model model, Properties parameters)
-
Uses of ModelloException in org.codehaus.modello.plugin.xdoc
Methods in org.codehaus.modello.plugin.xdoc that throw ModelloException Modifier and Type Method Description void
XdocGenerator. generate(Model model, Properties parameters)
-
Uses of ModelloException in org.codehaus.modello.plugin.xdoc.metadata
Methods in org.codehaus.modello.plugin.xdoc.metadata that throw ModelloException Modifier and Type Method Description AssociationMetadata
XdocMetadataPlugin. getAssociationMetadata(ModelAssociation association, Map<String,String> data)
FieldMetadata
XdocMetadataPlugin. getFieldMetadata(ModelField field, Map<String,String> data)
ModelMetadata
XdocMetadataPlugin. getModelMetadata(Model model, Map<String,String> data)
-
Uses of ModelloException in org.codehaus.modello.plugin.xpp3
Methods in org.codehaus.modello.plugin.xpp3 that throw ModelloException Modifier and Type Method Description void
Xpp3ReaderGenerator. generate(Model model, Properties parameters)
void
Xpp3WriterGenerator. generate(Model model, Properties parameters)
protected void
AbstractXpp3Generator. initialize(Model model, Properties parameters)
protected void
Xpp3ReaderGenerator. initialize(Model model, Properties parameters)
protected void
Xpp3WriterGenerator. initialize(Model model, Properties parameters)
-
Uses of ModelloException in org.codehaus.modello.plugin.xsd
Methods in org.codehaus.modello.plugin.xsd that throw ModelloException Modifier and Type Method Description void
XsdGenerator. generate(Model model, Properties parameters)
static String
XsdModelHelper. getNamespace(Model model, Version version)
static String
XsdModelHelper. getTargetNamespace(Model model, Version version)
-
Uses of ModelloException in org.codehaus.modello.plugin.xsd.metadata
Methods in org.codehaus.modello.plugin.xsd.metadata that throw ModelloException Modifier and Type Method Description AssociationMetadata
XsdMetadataPlugin. getAssociationMetadata(ModelAssociation association, Map<String,String> data)
ClassMetadata
XsdMetadataPlugin. getClassMetadata(ModelClass clazz, Map<String,String> data)
FieldMetadata
XsdMetadataPlugin. getFieldMetadata(ModelField field, Map<String,String> data)
InterfaceMetadata
XsdMetadataPlugin. getInterfaceMetadata(ModelInterface iface, Map<String,String> data)
ModelMetadata
XsdMetadataPlugin. getModelMetadata(Model model, Map<String,String> data)
-
Uses of ModelloException in org.codehaus.modello.plugins.xml
Methods in org.codehaus.modello.plugins.xml that throw ModelloException Modifier and Type Method Description protected void
AbstractXmlJavaGenerator. initialize(Model model, Properties parameters)
-