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
-
Method Summary
Modifier and TypeMethodDescriptionvoid
flush()
org.eclipse.persistence.internal.oxm.XMLMarshaller
void
setMarshaller
(org.eclipse.persistence.internal.oxm.XMLMarshaller marshaller) void
write
(char character) void
void
void
writeCR()
void
writeLocalName
(org.eclipse.persistence.internal.oxm.XPathFragment xPathFragment) void
void
writeResultFromCharEscapeHandler
(String value, boolean isAttribute)
-
Constructor Details
-
OutputStreamOutput
-
-
Method Details
-
flush
- Specified by:
flush
in interfaceJSONWriterRecord.Output
- Throws:
IOException
-
getMarshaller
public org.eclipse.persistence.internal.oxm.XMLMarshaller getMarshaller()- Specified by:
getMarshaller
in interfaceJSONWriterRecord.Output
-
getOutputStream
- Specified by:
getOutputStream
in interfaceJSONWriterRecord.Output
-
getWriter
- Specified by:
getWriter
in interfaceJSONWriterRecord.Output
-
setMarshaller
public void setMarshaller(org.eclipse.persistence.internal.oxm.XMLMarshaller marshaller) - Specified by:
setMarshaller
in interfaceJSONWriterRecord.Output
-
write
- Specified by:
write
in interfaceJSONWriterRecord.Output
- Throws:
IOException
-
write
- Specified by:
write
in interfaceJSONWriterRecord.Output
- Throws:
IOException
-
writeAttributePrefix
- Specified by:
writeAttributePrefix
in interfaceJSONWriterRecord.Output
- Throws:
IOException
-
writeCR
- Specified by:
writeCR
in interfaceJSONWriterRecord.Output
- Throws:
IOException
-
writeLocalName
public void writeLocalName(org.eclipse.persistence.internal.oxm.XPathFragment xPathFragment) throws IOException - Specified by:
writeLocalName
in interfaceJSONWriterRecord.Output
- Throws:
IOException
-
writeNamespaceSeparator
- Specified by:
writeNamespaceSeparator
in interfaceJSONWriterRecord.Output
- Throws:
IOException
-
writeResultFromCharEscapeHandler
- Specified by:
writeResultFromCharEscapeHandler
in interfaceJSONWriterRecord.Output
-