Class ResourceXMLContainer.ResourceXMLContainerWriter<C>

    • Method Detail

      • writeContent

        public void writeContent​(org.jboss.staxmapper.XMLExtendedStreamWriter writer,
                                 C content)
                          throws XMLStreamException
        Specified by:
        writeContent in interface org.jboss.staxmapper.XMLElementWriter<C>
        Throws:
        XMLStreamException
      • isEmpty

        public boolean isEmpty​(C content)
        Description copied from interface: XMLContentWriter
        Indicates whether the specified content is empty.
        Specified by:
        isEmpty in interface XMLContentWriter<C>