Class TransducedAccessor_method_Integer

    • Constructor Detail

      • TransducedAccessor_method_Integer

        public TransducedAccessor_method_Integer()
    • Method Detail

      • writeLeafElement

        public void writeLeafElement​(XMLSerializer w,
                                     Name tagName,
                                     java.lang.Object o,
                                     java.lang.String fieldName)
                              throws org.xml.sax.SAXException,
                                     AccessorException,
                                     java.io.IOException,
                                     javax.xml.stream.XMLStreamException
        Description copied from class: TransducedAccessor
        Convenience method to write the value as a text inside an element without any attributes. Can be overridden for improved performance.

        The callee assumes that there's an associated value in the field. No @xsi:type handling is expected.

        Overrides:
        writeLeafElement in class DefaultTransducedAccessor
        Throws:
        org.xml.sax.SAXException
        AccessorException
        java.io.IOException
        javax.xml.stream.XMLStreamException