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 voidDom4jReaderGenerator.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 voidDom4jWriterGenerator.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 voidStaxReaderGenerator.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 theXmlFieldMetadatafor 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 voidXpp3ReaderGenerator.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 voidXsdGenerator.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 StringAbstractXmlJavaGenerator.getValue(String type, String initialValue, XmlFieldMetadata xmlFieldMetadata) protected StringAbstractXmlGenerator.resolveTagName(ModelField modelField, XmlFieldMetadata xmlFieldMetadata) Resolve XML tag name for a field.protected StringAbstractXmlJavaGenerator.resolveTagName(ModelField modelField, XmlFieldMetadata xmlFieldMetadata) Resolve XML tag name for a field.(package private) static StringXmlModelHelpers.resolveTagName(ModelField modelField, XmlFieldMetadata xmlFieldMetadata) Resolve XML tag name for a field.