Interface JSONWriterRecord.Output

    • Method Detail

      • getMarshaller

        org.eclipse.persistence.internal.oxm.XMLMarshaller getMarshaller()
      • getWriter

        Writer getWriter()
      • setMarshaller

        void setMarshaller​(org.eclipse.persistence.internal.oxm.XMLMarshaller marshaller)
      • writeLocalName

        void writeLocalName​(org.eclipse.persistence.internal.oxm.XPathFragment xPathFragment)
                     throws IOException
        Throws:
        IOException
      • writeResultFromCharEscapeHandler

        void writeResultFromCharEscapeHandler​(String value,
                                              boolean isAttribute)