Uses of Class
org.codehaus.modello.model.Model
-
-
Uses of Model in org.codehaus.modello.core
Methods in org.codehaus.modello.core that return Model Modifier and Type Method Description ModelAbstractModelloCore. input(Reader reader)ModelDefaultModelloCore. loadModel(File file)ModelDefaultModelloCore. loadModel(Reader reader)ModelModelloCore. loadModel(File file)ModelModelloCore. loadModel(Reader reader)ModelDefaultModelloCore. translate(Reader reader, String inputType, Properties parameters)ModelModelloCore. translate(Reader reader, String inputType, Properties parameters)Methods in org.codehaus.modello.core with parameters of type Model Modifier and Type Method Description voidDefaultModelloCore. generate(Model model, String outputType, Properties parameters)voidModelloCore. generate(Model model, String outputType, Properties parameters)voidAbstractModelloCore. output(Model model, Writer writer)voidDefaultModelloCore. saveModel(Model model, Writer writer)voidModelloCore. saveModel(Model model, Writer writer) -
Uses of Model in org.codehaus.modello.core.io
Methods in org.codehaus.modello.core.io that return Model Modifier and Type Method Description ModelModelReader. loadModel(Reader reader)Methods in org.codehaus.modello.core.io with parameters of type Model Modifier and Type Method Description voidModelReader. parseModel(Model model, org.codehaus.plexus.util.xml.pull.XmlPullParser parser) -
Uses of Model in org.codehaus.modello.metadata
Methods in org.codehaus.modello.metadata with parameters of type Model Modifier and Type Method Description ModelMetadataMetadataPlugin. getModelMetadata(Model model, Map<String,String> data) -
Uses of Model in org.codehaus.modello.model
Methods in org.codehaus.modello.model that return Model Modifier and Type Method Description ModelModelType. getModel()Methods in org.codehaus.modello.model with parameters of type Model Modifier and Type Method Description voidModelClass. initialize(Model model)voidModelType. initialize(Model model)Constructors in org.codehaus.modello.model with parameters of type Model Constructor Description ModelClass(Model model, String name)ModelInterface(Model model, String name)ModelType(Model model, String name) -
Uses of Model in org.codehaus.modello.plugin
Methods in org.codehaus.modello.plugin that return Model Modifier and Type Method Description protected ModelAbstractModelloGenerator. getModel()Methods in org.codehaus.modello.plugin with parameters of type Model Modifier and Type Method Description voidModelloGenerator. generate(Model model, Properties parameters)protected voidAbstractModelloGenerator. initialize(Model model, Properties parameters)protected booleanAbstractModelloGenerator. isClassInModel(String fieldType, Model model) -
Uses of Model in org.codehaus.modello.plugin.converters
Methods in org.codehaus.modello.plugin.converters with parameters of type Model Modifier and Type Method Description voidConverterGenerator. generate(Model model, Properties parameters) -
Uses of Model in org.codehaus.modello.plugin.dom4j
Methods in org.codehaus.modello.plugin.dom4j with parameters of type Model Modifier and Type Method Description voidDom4jReaderGenerator. generate(Model model, Properties parameters)voidDom4jWriterGenerator. generate(Model model, Properties parameters) -
Uses of Model in org.codehaus.modello.plugin.jackson
Methods in org.codehaus.modello.plugin.jackson with parameters of type Model Modifier and Type Method Description voidJacksonReaderGenerator. generate(Model model, Properties parameters)voidJacksonWriterGenerator. generate(Model model, Properties parameters) -
Uses of Model in org.codehaus.modello.plugin.java
Methods in org.codehaus.modello.plugin.java with parameters of type Model Modifier and Type Method Description voidJavaModelloGenerator. generate(Model model, Properties parameters)protected List<ModelClass>AbstractJavaModelloGenerator. getClasses(Model model)protected voidAbstractJavaModelloGenerator. initialize(Model model, Properties parameters)protected voidAbstractJavaModelloGenerator. suppressAllWarnings(Model objectModel, JStructure structure) -
Uses of Model in org.codehaus.modello.plugin.java.metadata
Methods in org.codehaus.modello.plugin.java.metadata with parameters of type Model Modifier and Type Method Description ModelMetadataJavaMetadataPlugin. getModelMetadata(Model model, Map<String,String> data) -
Uses of Model in org.codehaus.modello.plugin.jdom
Methods in org.codehaus.modello.plugin.jdom with parameters of type Model Modifier and Type Method Description voidJDOMWriterGenerator. generate(Model model, Properties parameters) -
Uses of Model in org.codehaus.modello.plugin.jsonschema
Methods in org.codehaus.modello.plugin.jsonschema with parameters of type Model Modifier and Type Method Description voidJsonSchemaGenerator. generate(Model model, Properties parameters) -
Uses of Model in org.codehaus.modello.plugin.model
Methods in org.codehaus.modello.plugin.model with parameters of type Model Modifier and Type Method Description ModelMetadataModelMetadataPlugin. getModelMetadata(Model model, Map<String,String> data) -
Uses of Model in org.codehaus.modello.plugin.sax
Methods in org.codehaus.modello.plugin.sax with parameters of type Model Modifier and Type Method Description voidSaxWriterGenerator. generate(Model model, Properties parameters) -
Uses of Model in org.codehaus.modello.plugin.snakeyaml
Methods in org.codehaus.modello.plugin.snakeyaml with parameters of type Model Modifier and Type Method Description voidSnakeYamlReaderGenerator. generate(Model model, Properties parameters)voidSnakeYamlWriterGenerator. generate(Model model, Properties parameters) -
Uses of Model in org.codehaus.modello.plugin.stax
Methods in org.codehaus.modello.plugin.stax with parameters of type Model Modifier and Type Method Description voidStaxReaderGenerator. generate(Model model, Properties parameters)voidStaxSerializerGenerator. generate(Model model, Properties parameters)voidStaxWriterGenerator. generate(Model model, Properties parameters)protected voidAbstractStaxGenerator. initialize(Model model, Properties parameters) -
Uses of Model in org.codehaus.modello.plugin.xdoc
Methods in org.codehaus.modello.plugin.xdoc with parameters of type Model Modifier and Type Method Description voidXdocGenerator. generate(Model model, Properties parameters) -
Uses of Model in org.codehaus.modello.plugin.xdoc.metadata
Methods in org.codehaus.modello.plugin.xdoc.metadata with parameters of type Model Modifier and Type Method Description ModelMetadataXdocMetadataPlugin. getModelMetadata(Model model, Map<String,String> data) -
Uses of Model in org.codehaus.modello.plugin.xpp3
Methods in org.codehaus.modello.plugin.xpp3 with parameters of type Model 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 Model in org.codehaus.modello.plugin.xsd
Methods in org.codehaus.modello.plugin.xsd with parameters of type Model 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)static StringXsdModelHelper. getTargetNamespace(Model model, Version version, String namespace) -
Uses of Model in org.codehaus.modello.plugin.xsd.metadata
Methods in org.codehaus.modello.plugin.xsd.metadata with parameters of type Model Modifier and Type Method Description ModelMetadataXsdMetadataPlugin. getModelMetadata(Model model, Map<String,String> data) -
Uses of Model in org.codehaus.modello.plugins.xml
Methods in org.codehaus.modello.plugins.xml with parameters of type Model Modifier and Type Method Description protected voidAbstractXmlJavaGenerator. initialize(Model model, Properties parameters) -
Uses of Model in org.codehaus.modello.plugins.xml.metadata
Methods in org.codehaus.modello.plugins.xml.metadata with parameters of type Model Modifier and Type Method Description ModelMetadataXmlMetadataPlugin. getModelMetadata(Model model, Map<String,String> data)
-