Uses of Class
org.codehaus.modello.plugins.xml.metadata.XmlFieldMetadata
-
Packages that use XmlFieldMetadata Package Description org.codehaus.modello.plugins.xml -
-
Uses of XmlFieldMetadata in org.codehaus.modello.plugins.xml
Methods in org.codehaus.modello.plugins.xml with parameters of type XmlFieldMetadata Modifier and Type Method Description protected 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.
-