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 voidModello. generate(Reader modelReader, String outputType, Properties parameters)voidModello. 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 voidDefaultModelloCore. generate(Model model, String outputType, Properties parameters)voidModelloCore. generate(Model model, String outputType, Properties parameters)ModelAbstractModelloCore. input(Reader reader)ModelDefaultModelloCore. loadModel(File file)ModelDefaultModelloCore. loadModel(Reader reader)ModelModelloCore. loadModel(File file)ModelModelloCore. loadModel(Reader reader)voidAbstractModelloCore. output(Model model, Writer writer)voidDefaultModelloCore. saveModel(Model model, Writer writer)voidModelloCore. saveModel(Model model, Writer writer)ModelDefaultModelloCore. translate(Reader reader, String inputType, Properties parameters)ModelModelloCore. 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 ModelModelReader. 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 AssociationMetadataMetadataPlugin. getAssociationMetadata(ModelAssociation association, Map<String,String> data)ClassMetadataMetadataPlugin. getClassMetadata(ModelClass clazz, Map<String,String> data)FieldMetadataMetadataPlugin. getFieldMetadata(ModelField field, Map<String,String> data)InterfaceMetadataMetadataPlugin. getInterfaceMetadata(ModelInterface iface, Map<String,String> data)ModelMetadataMetadataPlugin. 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 voidModelloGenerator. generate(Model model, Properties parameters)protected voidAbstractModelloGenerator. 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 voidConverterGenerator. 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 voidDom4jReaderGenerator. generate(Model model, Properties parameters)voidDom4jWriterGenerator. 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 voidJacksonReaderGenerator. generate(Model model, Properties parameters)voidJacksonWriterGenerator. 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 voidAbstractJavaModelloGenerator. addModelImports(JClass jClass, BaseElement baseElem)voidJavaModelloGenerator. generate(Model model, Properties parameters)protected StringAbstractJavaModelloGenerator. getJavaDefaultValue(ModelField modelField)protected StringAbstractJavaModelloGenerator. getValueChecker(String type, String value, ModelField field)protected voidAbstractJavaModelloGenerator. 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 voidJDOMWriterGenerator. 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 voidJsonSchemaGenerator. 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 voidSaxWriterGenerator. 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 voidSnakeYamlReaderGenerator. generate(Model model, Properties parameters)voidSnakeYamlWriterGenerator. 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 voidStaxReaderGenerator. generate(Model model, Properties parameters)voidStaxSerializerGenerator. generate(Model model, Properties parameters)voidStaxWriterGenerator. generate(Model model, Properties parameters)protected ModelFieldAbstractStaxGenerator. getReferenceIdentifierField(ModelAssociation association)protected voidAbstractStaxGenerator. 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 voidXdocGenerator. 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 AssociationMetadataXdocMetadataPlugin. getAssociationMetadata(ModelAssociation association, Map<String,String> data)FieldMetadataXdocMetadataPlugin. getFieldMetadata(ModelField field, Map<String,String> data)ModelMetadataXdocMetadataPlugin. 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 voidXpp3ReaderGenerator. generate(Model model, Properties parameters)voidXpp3WriterGenerator. generate(Model model, Properties parameters)protected voidAbstractXpp3Generator. initialize(Model model, Properties parameters)protected voidXpp3ReaderGenerator. initialize(Model model, Properties parameters)protected voidXpp3WriterGenerator. 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 voidXsdGenerator. generate(Model model, Properties parameters)static StringXsdModelHelper. getNamespace(Model model, Version version)static StringXsdModelHelper. 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 AssociationMetadataXsdMetadataPlugin. getAssociationMetadata(ModelAssociation association, Map<String,String> data)ClassMetadataXsdMetadataPlugin. getClassMetadata(ModelClass clazz, Map<String,String> data)FieldMetadataXsdMetadataPlugin. getFieldMetadata(ModelField field, Map<String,String> data)InterfaceMetadataXsdMetadataPlugin. getInterfaceMetadata(ModelInterface iface, Map<String,String> data)ModelMetadataXsdMetadataPlugin. 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 voidAbstractXmlJavaGenerator. initialize(Model model, Properties parameters)
-