Uses of Class
org.codehaus.modello.plugins.xml.metadata.XmlFieldMetadata
Packages that use XmlFieldMetadata
Package
Description
-
Uses of XmlFieldMetadata in org.codehaus.modello.plugin.dom4j
Methods in org.codehaus.modello.plugin.dom4j with parameters of type XmlFieldMetadataModifier and TypeMethodDescriptionprivate void
Dom4jReaderGenerator.processField
(ModelField field, XmlFieldMetadata xmlFieldMetadata, boolean addElse, JSourceCode sc, String objectName, JClass jClass) Generate code to process a field represented as an XML element.private void
Dom4jWriterGenerator.processField
(ModelField field, XmlFieldMetadata xmlFieldMetadata, String uncapClassName, JSourceCode sc, ModelClass modelClass, JClass jClass) -
Uses of XmlFieldMetadata in org.codehaus.modello.plugin.stax
Methods in org.codehaus.modello.plugin.stax with parameters of type XmlFieldMetadataModifier and TypeMethodDescriptionprivate void
StaxReaderGenerator.processField
(ModelField field, XmlFieldMetadata xmlFieldMetadata, boolean addElse, JSourceCode sc, String objectName, boolean rootElement, JClass jClass) Generate code to process a field represented as an XML element. -
Uses of XmlFieldMetadata in org.codehaus.modello.plugin.velocity
Methods in org.codehaus.modello.plugin.velocity that return XmlFieldMetadataModifier and TypeMethodDescriptionHelper.xmlFieldMetadata
(ModelField field) Returns theXmlFieldMetadata
for the givenModelField
. -
Uses of XmlFieldMetadata in org.codehaus.modello.plugin.xpp3
Methods in org.codehaus.modello.plugin.xpp3 with parameters of type XmlFieldMetadataModifier and TypeMethodDescriptionprivate void
Xpp3ReaderGenerator.processField
(ModelField field, XmlFieldMetadata xmlFieldMetadata, boolean addElse, JSourceCode sc, String objectName, JClass jClass) Generate code to process a field represented as an XML element. -
Uses of XmlFieldMetadata in org.codehaus.modello.plugin.xsd
Methods in org.codehaus.modello.plugin.xsd with parameters of type XmlFieldMetadataModifier and TypeMethodDescriptionprivate void
XsdGenerator.writeListElement
(org.codehaus.plexus.util.xml.XMLWriter w, XmlFieldMetadata xmlFieldMetadata, XmlAssociationMetadata xmlAssociationMetadata, ModelField field, String type) -
Uses of XmlFieldMetadata in org.codehaus.modello.plugins.xml
Methods in org.codehaus.modello.plugins.xml with parameters of type XmlFieldMetadataModifier and TypeMethodDescriptionprotected String
AbstractXmlJavaGenerator.getValue
(String type, String initialValue, XmlFieldMetadata xmlFieldMetadata) protected String
AbstractXmlGenerator.resolveTagName
(ModelField modelField, XmlFieldMetadata xmlFieldMetadata) Resolve XML tag name for a field.protected String
AbstractXmlJavaGenerator.resolveTagName
(ModelField modelField, XmlFieldMetadata xmlFieldMetadata) Resolve XML tag name for a field.(package private) static String
XmlModelHelpers.resolveTagName
(ModelField modelField, XmlFieldMetadata xmlFieldMetadata) Resolve XML tag name for a field.