Class RawXJC4Mojo<O>

  • Type Parameters:
    O - type
    All Implemented Interfaces:
    org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo, IDependencyResourceResolver

    public abstract class RawXJC4Mojo<O>
    extends RawXJCMojo<O,​jakarta.xml.bind.annotation.XmlSchema,​com.sun.xml.txw2.annotation.XmlNamespace>
    Maven JAXB 4.x Mojo.
    Author:
    Adam Retter (adam@evolvedbinary.com), Philip Helger
    • Constructor Detail

      • RawXJC4Mojo

        public RawXJC4Mojo()
    • Method Detail

      • getJaxbNamespaceUri

        protected String getJaxbNamespaceUri()
        Specified by:
        getJaxbNamespaceUri in class RawXJCMojo<O,​jakarta.xml.bind.annotation.XmlSchema,​com.sun.xml.txw2.annotation.XmlNamespace>
      • getBindPackageInfoClassName

        protected String getBindPackageInfoClassName()
        Specified by:
        getBindPackageInfoClassName in class RawXJCMojo<O,​jakarta.xml.bind.annotation.XmlSchema,​com.sun.xml.txw2.annotation.XmlNamespace>
      • getXmlSchemaAnnotationClass

        protected Class<jakarta.xml.bind.annotation.XmlSchema> getXmlSchemaAnnotationClass()
        Specified by:
        getXmlSchemaAnnotationClass in class RawXJCMojo<O,​jakarta.xml.bind.annotation.XmlSchema,​com.sun.xml.txw2.annotation.XmlNamespace>
      • getXmlSchemaAnnotationNamespace

        protected String getXmlSchemaAnnotationNamespace​(jakarta.xml.bind.annotation.XmlSchema xmlSchemaAnnotation)
        Specified by:
        getXmlSchemaAnnotationNamespace in class RawXJCMojo<O,​jakarta.xml.bind.annotation.XmlSchema,​com.sun.xml.txw2.annotation.XmlNamespace>
      • getEpisodePackageInfoClassName

        protected String getEpisodePackageInfoClassName()
        Specified by:
        getEpisodePackageInfoClassName in class RawXJCMojo<O,​jakarta.xml.bind.annotation.XmlSchema,​com.sun.xml.txw2.annotation.XmlNamespace>
      • getXmlNamespaceAnnotationClass

        protected Class getXmlNamespaceAnnotationClass()
        Specified by:
        getXmlNamespaceAnnotationClass in class RawXJCMojo<O,​jakarta.xml.bind.annotation.XmlSchema,​com.sun.xml.txw2.annotation.XmlNamespace>
      • getXmlNamespaceAnnotationValue

        protected String getXmlNamespaceAnnotationValue​(com.sun.xml.txw2.annotation.XmlNamespace xmlValueAnnotation)
        Specified by:
        getXmlNamespaceAnnotationValue in class RawXJCMojo<O,​jakarta.xml.bind.annotation.XmlSchema,​com.sun.xml.txw2.annotation.XmlNamespace>