Uses of Class
org.codehaus.modello.model.ModelField
-
-
Uses of ModelField in org.codehaus.modello.core.io
Methods in org.codehaus.modello.core.io with parameters of type ModelField Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>ModelReader. getAttributesForField(ModelField modelField) -
Uses of ModelField in org.codehaus.modello.metadata
Methods in org.codehaus.modello.metadata with parameters of type ModelField Modifier and Type Method Description FieldMetadataMetadataPlugin. getFieldMetadata(ModelField field, java.util.Map<java.lang.String,java.lang.String> data) -
Uses of ModelField in org.codehaus.modello.model
Subclasses of ModelField in org.codehaus.modello.model Modifier and Type Class Description classModelAssociationFields in org.codehaus.modello.model with type parameters of type ModelField Modifier and Type Field Description private java.util.Map<java.lang.String,java.util.List<ModelField>>ModelClass. fieldMapprivate java.util.List<ModelField>ModelClass. fieldsMethods in org.codehaus.modello.model that return ModelField Modifier and Type Method Description ModelFieldModelClass. getField(java.lang.String type, VersionRange versionRange)ModelFieldModelInterface. getField(java.lang.String type, VersionRange versionRange)ModelFieldModelType. getField(java.lang.String type, Version version)abstract ModelFieldModelType. getField(java.lang.String type, VersionRange versionRange)Methods in org.codehaus.modello.model that return types with arguments of type ModelField Modifier and Type Method Description java.util.List<ModelField>ModelClass. getAllFields()Returns the list of all fields in this class.java.util.List<ModelField>ModelClass. getAllFields(boolean withInheritedField)Returns all the fields in this class and all super classes if withInheritedField equals to true.java.util.List<ModelField>ModelInterface. getAllFields()Returns the list of all fields in this class.java.util.List<ModelField>ModelInterface. getAllFields(boolean withInheritedField)Returns all the fields in this class and all super classes if withInheritedField equals to true.abstract java.util.List<ModelField>ModelType. getAllFields()Returns the list of all fields in this class.abstract java.util.List<ModelField>ModelType. getAllFields(boolean withInheritedField)Returns all the fields in this class and all super classes if withInheritedField equals to true.java.util.List<ModelField>ModelType. getAllFields(Version version, boolean withInheritedField)java.util.List<ModelField>ModelType. getFields(Version version)Returns the list of all fields in this class for a specific version.java.util.List<ModelField>ModelType. getIdentifierFields(Version version)Methods in org.codehaus.modello.model with parameters of type ModelField Modifier and Type Method Description voidModelClass. addField(ModelField modelField) -
Uses of ModelField in org.codehaus.modello.plugin
Methods in org.codehaus.modello.plugin that return types with arguments of type ModelField Modifier and Type Method Description protected java.util.List<ModelField>AbstractModelloGenerator. getFieldsForClass(ModelClass modelClass)Return the child fields of this class.Methods in org.codehaus.modello.plugin with parameters of type ModelField Modifier and Type Method Description protected booleanAbstractModelloGenerator. isInnerAssociation(ModelField field) -
Uses of ModelField in org.codehaus.modello.plugin.dom4j
Methods in org.codehaus.modello.plugin.dom4j with parameters of type ModelField Modifier and Type Method Description private voidDom4jReaderGenerator. processField(ModelField field, XmlFieldMetadata xmlFieldMetadata, boolean addElse, JSourceCode sc, java.lang.String objectName, JClass jClass)Generate code to process a field represented as an XML element.private voidDom4jWriterGenerator. processField(ModelField field, XmlFieldMetadata xmlFieldMetadata, java.lang.String uncapClassName, JSourceCode sc, ModelClass modelClass, JClass jClass)private voidDom4jReaderGenerator. writePrimitiveField(ModelField field, java.lang.String type, java.lang.String objectName, java.lang.String setterName, JSourceCode sc, JClass jClass, java.lang.String parentElementName, java.lang.String childElementName) -
Uses of ModelField in org.codehaus.modello.plugin.java
Methods in org.codehaus.modello.plugin.java with parameters of type ModelField Modifier and Type Method Description private voidJavaModelloGenerator. createBuilderField(JClass jClass, ModelField modelField)private JFieldJavaModelloGenerator. createField(ModelField modelField)private voidJavaModelloGenerator. createField(JClass jClass, ModelField modelField)private JMethodJavaModelloGenerator. createGetter(JField field, ModelField modelField)private java.lang.StringJavaModelloGenerator. createHashCodeForField(ModelField identifier)private booleanJavaModelloGenerator. createSetBuilderFieldToInstance(java.util.Set<java.lang.String> ctorArgs, ModelField modelField, JSourceCode sc)private JMethodJavaModelloGenerator. createSetter(JField field, ModelField modelField)private JMethodJavaModelloGenerator. createSetter(JField field, ModelField modelField, boolean isBuilderMethod)private JTypeJavaModelloGenerator. getDesiredType(ModelField modelField, boolean useTo)protected java.lang.StringAbstractJavaModelloGenerator. getJavaDefaultValue(ModelField modelField)protected java.lang.StringAbstractJavaModelloGenerator. getValueChecker(java.lang.String type, java.lang.String value, ModelField field) -
Uses of ModelField in org.codehaus.modello.plugin.java.metadata
Methods in org.codehaus.modello.plugin.java.metadata with parameters of type ModelField Modifier and Type Method Description FieldMetadataJavaMetadataPlugin. getFieldMetadata(ModelField field, java.util.Map<java.lang.String,java.lang.String> data) -
Uses of ModelField in org.codehaus.modello.plugin.model
Methods in org.codehaus.modello.plugin.model with parameters of type ModelField Modifier and Type Method Description FieldMetadataModelMetadataPlugin. getFieldMetadata(ModelField field, java.util.Map<java.lang.String,java.lang.String> data) -
Uses of ModelField in org.codehaus.modello.plugin.stax
Subclasses of ModelField in org.codehaus.modello.plugin.stax Modifier and Type Class Description classDummyIdModelFieldMethods in org.codehaus.modello.plugin.stax that return ModelField Modifier and Type Method Description protected ModelFieldAbstractStaxGenerator. getReferenceIdentifierField(ModelAssociation association)Methods in org.codehaus.modello.plugin.stax with parameters of type ModelField Modifier and Type Method Description private static voidStaxReaderGenerator. addCodeToAddReferences(ModelAssociation association, JClass jClass, JSourceCode sc, ModelField referenceIdentifierField, java.lang.String referredFromClass)private java.lang.StringStaxWriterGenerator. getFieldValue(java.lang.String uncapClassName, ModelField field)private voidStaxReaderGenerator. processField(ModelField field, XmlFieldMetadata xmlFieldMetadata, boolean addElse, JSourceCode sc, java.lang.String objectName, boolean rootElement, JClass jClass)Generate code to process a field represented as an XML element.private voidStaxWriterGenerator. writeElementAttribute(JSourceCode sc, ModelField referenceIdentifierField, java.lang.String value)private static voidStaxReaderGenerator. writeFieldVersionGetMethod(ModelField field, JClass jClass)private voidStaxReaderGenerator. writePrimitiveField(ModelField field, java.lang.String type, java.lang.String objectName, java.lang.String setterName, JSourceCode sc)Write code to set a primitive field with a value got from the parser, with appropriate default value, trimming and required check logic. -
Uses of ModelField in org.codehaus.modello.plugin.xdoc
Method parameters in org.codehaus.modello.plugin.xdoc with type arguments of type ModelField Modifier and Type Method Description private voidXdocGenerator. writeFieldsTable(org.codehaus.plexus.util.xml.XMLWriter w, java.util.List<ModelField> fields, boolean elementFields)Write a table containing model fields description. -
Uses of ModelField in org.codehaus.modello.plugin.xdoc.metadata
Methods in org.codehaus.modello.plugin.xdoc.metadata with parameters of type ModelField Modifier and Type Method Description FieldMetadataXdocMetadataPlugin. getFieldMetadata(ModelField field, java.util.Map<java.lang.String,java.lang.String> data) -
Uses of ModelField in org.codehaus.modello.plugin.xpp3
Methods in org.codehaus.modello.plugin.xpp3 that return ModelField Modifier and Type Method Description private ModelFieldXpp3ReaderGenerator. writeClassAttributesParser(java.util.List<ModelField> modelFields, java.lang.String objectName, boolean rootElement, JSourceCode sc, JClass jClass)Methods in org.codehaus.modello.plugin.xpp3 with parameters of type ModelField Modifier and Type Method Description private voidXpp3ReaderGenerator. processField(ModelField field, XmlFieldMetadata xmlFieldMetadata, boolean addElse, JSourceCode sc, java.lang.String objectName, JClass jClass)Generate code to process a field represented as an XML element.private voidXpp3ReaderGenerator. writeNewSetLocation(ModelField field, java.lang.String objectName, java.lang.String trackerVariable, JSourceCode sc)private voidXpp3ReaderGenerator. writePrimitiveField(ModelField field, java.lang.String type, java.lang.String objectName, java.lang.String locatorName, java.lang.String locationKey, java.lang.String setterName, JSourceCode sc)Method parameters in org.codehaus.modello.plugin.xpp3 with type arguments of type ModelField Modifier and Type Method Description private ModelFieldXpp3ReaderGenerator. writeClassAttributesParser(java.util.List<ModelField> modelFields, java.lang.String objectName, boolean rootElement, JSourceCode sc, JClass jClass) -
Uses of ModelField in org.codehaus.modello.plugin.xsd
Methods in org.codehaus.modello.plugin.xsd with parameters of type ModelField Modifier and Type Method Description private static voidXsdGenerator. writeFieldDocumentation(org.codehaus.plexus.util.xml.XMLWriter w, ModelField field)private voidXsdGenerator. writeListElement(org.codehaus.plexus.util.xml.XMLWriter w, XmlFieldMetadata xmlFieldMetadata, XmlAssociationMetadata xmlAssociationMetadata, ModelField field, java.lang.String type) -
Uses of ModelField in org.codehaus.modello.plugin.xsd.metadata
Methods in org.codehaus.modello.plugin.xsd.metadata with parameters of type ModelField Modifier and Type Method Description FieldMetadataXsdMetadataPlugin. getFieldMetadata(ModelField field, java.util.Map<java.lang.String,java.lang.String> data) -
Uses of ModelField in org.codehaus.modello.plugins.xml
Methods in org.codehaus.modello.plugins.xml that return ModelField Modifier and Type Method Description protected ModelFieldAbstractXmlGenerator. getContentField(java.util.List<ModelField> modelFields)Get the field which type isContentif any.protected ModelFieldAbstractXmlJavaGenerator. getContentField(java.util.List<ModelField> modelFields)Get the field which type isContentif any.(package private) static ModelFieldXmlModelHelpers. getContentField(java.util.List<ModelField> modelFields)Get the field which type isContentif any.Methods in org.codehaus.modello.plugins.xml that return types with arguments of type ModelField Modifier and Type Method Description protected java.util.List<ModelField>AbstractXmlGenerator. getFieldsForXml(ModelClass modelClass, Version version)Return the XML fields of this class, with proper XML order and no XML transient fields.protected java.util.List<ModelField>AbstractXmlJavaGenerator. getFieldsForXml(ModelClass modelClass, Version version)Return the XML fields of this class, with proper XML order and no XML transient fields.(package private) static java.util.List<ModelField>XmlModelHelpers. getFieldsForXml(ModelClass modelClass, Version version)Return the XML fields of this class, with proper XML order and no XML transient fields.protected java.util.List<ModelField>AbstractXmlGenerator. getXmlAttributeFields(java.util.List<ModelField> modelFields)Gets all fields that are not marked as XML attribute.(package private) static java.util.List<ModelField>XmlModelHelpers. getXmlAttributeFields(java.util.List<ModelField> modelFields)Gets all fields that are not marked as XML attribute.Methods in org.codehaus.modello.plugins.xml with parameters of type ModelField Modifier and Type Method Description protected java.lang.StringAbstractXmlGenerator. resolveTagName(ModelField modelField, XmlFieldMetadata xmlFieldMetadata)Resolve XML tag name for a field.protected java.lang.StringAbstractXmlJavaGenerator. resolveTagName(ModelField modelField, XmlFieldMetadata xmlFieldMetadata)Resolve XML tag name for a field.(package private) static java.lang.StringXmlModelHelpers. resolveTagName(ModelField modelField, XmlFieldMetadata xmlFieldMetadata)Resolve XML tag name for a field.Method parameters in org.codehaus.modello.plugins.xml with type arguments of type ModelField Modifier and Type Method Description protected ModelFieldAbstractXmlGenerator. getContentField(java.util.List<ModelField> modelFields)Get the field which type isContentif any.protected ModelFieldAbstractXmlJavaGenerator. getContentField(java.util.List<ModelField> modelFields)Get the field which type isContentif any.(package private) static ModelFieldXmlModelHelpers. getContentField(java.util.List<ModelField> modelFields)Get the field which type isContentif any.protected java.util.List<ModelField>AbstractXmlGenerator. getXmlAttributeFields(java.util.List<ModelField> modelFields)Gets all fields that are not marked as XML attribute.(package private) static java.util.List<ModelField>XmlModelHelpers. getXmlAttributeFields(java.util.List<ModelField> modelFields)Gets all fields that are not marked as XML attribute.protected booleanAbstractXmlGenerator. hasContentField(java.util.List<ModelField> modelFields) -
Uses of ModelField in org.codehaus.modello.plugins.xml.metadata
Methods in org.codehaus.modello.plugins.xml.metadata with parameters of type ModelField Modifier and Type Method Description FieldMetadataXmlMetadataPlugin. getFieldMetadata(ModelField field, java.util.Map<java.lang.String,java.lang.String> data)
-