Class JSONWriterRecord.OutputStreamOutput
java.lang.Object
org.eclipse.persistence.oxm.record.JSONWriterRecord.OutputStreamOutput
- All Implemented Interfaces:
JSONWriterRecord.Output
- Enclosing class:
- JSONWriterRecord
protected static class JSONWriterRecord.OutputStreamOutput
extends Object
implements JSONWriterRecord.Output
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidflush()org.eclipse.persistence.internal.oxm.XMLMarshallervoidsetMarshaller(org.eclipse.persistence.internal.oxm.XMLMarshaller marshaller) voidwrite(char character) voidvoidvoidwriteCR()voidwriteLocalName(org.eclipse.persistence.internal.oxm.XPathFragment xPathFragment) voidvoidwriteResultFromCharEscapeHandler(String value, boolean isAttribute)
-
Constructor Details
-
OutputStreamOutput
-
-
Method Details
-
flush
- Specified by:
flushin interfaceJSONWriterRecord.Output- Throws:
IOException
-
getMarshaller
public org.eclipse.persistence.internal.oxm.XMLMarshaller getMarshaller()- Specified by:
getMarshallerin interfaceJSONWriterRecord.Output
-
getOutputStream
- Specified by:
getOutputStreamin interfaceJSONWriterRecord.Output
-
getWriter
- Specified by:
getWriterin interfaceJSONWriterRecord.Output
-
setMarshaller
public void setMarshaller(org.eclipse.persistence.internal.oxm.XMLMarshaller marshaller) - Specified by:
setMarshallerin interfaceJSONWriterRecord.Output
-
write
- Specified by:
writein interfaceJSONWriterRecord.Output- Throws:
IOException
-
write
- Specified by:
writein interfaceJSONWriterRecord.Output- Throws:
IOException
-
writeAttributePrefix
- Specified by:
writeAttributePrefixin interfaceJSONWriterRecord.Output- Throws:
IOException
-
writeCR
- Specified by:
writeCRin interfaceJSONWriterRecord.Output- Throws:
IOException
-
writeLocalName
public void writeLocalName(org.eclipse.persistence.internal.oxm.XPathFragment xPathFragment) throws IOException - Specified by:
writeLocalNamein interfaceJSONWriterRecord.Output- Throws:
IOException
-
writeNamespaceSeparator
- Specified by:
writeNamespaceSeparatorin interfaceJSONWriterRecord.Output- Throws:
IOException
-
writeResultFromCharEscapeHandler
- Specified by:
writeResultFromCharEscapeHandlerin interfaceJSONWriterRecord.Output
-