Uses of Class
org.eclipse.persistence.oxm.record.MarshalRecord
-
-
Uses of MarshalRecord in org.eclipse.persistence.internal.oxm
Methods in org.eclipse.persistence.internal.oxm with parameters of type MarshalRecord Modifier and Type Method Description voidXMLMarshaller. marshal(Object object, MarshalRecord marshalRecord)Convert the given object to XML and update the given marshal record with that XML Document.protected voidXMLMarshaller. marshal(Object object, MarshalRecord marshalRecord, ABSTRACT_SESSION session, DESCRIPTOR descriptor, boolean isXMLRoot)Convert the given object to XML and update the given marshal record with that XML Document. -
Uses of MarshalRecord in org.eclipse.persistence.internal.oxm.record
Methods in org.eclipse.persistence.internal.oxm.record that return MarshalRecord Modifier and Type Method Description abstract MarshalRecordExtendedResult. createRecord() -
Uses of MarshalRecord in org.eclipse.persistence.oxm
Methods in org.eclipse.persistence.oxm with parameters of type MarshalRecord Modifier and Type Method Description protected voidXMLMarshaller. marshal(Object object, AbstractSession session, MarshalRecord marshalRecord)Convert the given object to XML and update the given marshal record with that XML Document. -
Uses of MarshalRecord in org.eclipse.persistence.oxm.json
Methods in org.eclipse.persistence.oxm.json that return MarshalRecord Modifier and Type Method Description MarshalRecordJsonArrayBuilderResult. createRecord()MarshalRecordJsonGeneratorResult. createRecord()MarshalRecordJsonObjectBuilderResult. createRecord() -
Uses of MarshalRecord in org.eclipse.persistence.oxm.record
Subclasses of MarshalRecord in org.eclipse.persistence.oxm.record Modifier and Type Class Description classContentHandlerRecordUse this type of MarshalRecord when the marshal target is a ContentHandler.classFormattedOutputStreamRecordUse this type of MarshalRecord when the marshal target is an OutputStream and the XML should be formatted with carriage returns and indenting.classFormattedWriterRecordUse this type of MarshalRecord when the marshal target is a Writer and the XML should be formatted with carriage returns and indenting.classJsonBuilderRecordclassJSONFormattedWriterRecordUse this type of MarshalRecord when the marshal target is a Writer and the JSON should be formatted with carriage returns and indenting.classJsonGeneratorRecordclassJsonRecord<T extends JsonRecord.Level>classJSONWriterRecordUse this type of MarshalRecord when the marshal target is a Writer and the JSON should not be formatted with carriage returns or indenting.classNodeRecordUse this type of MarshalRecord when the marshal target is a Node.classOutputStreamRecordUse this type of MarshalRecord when the marshal target is an OutputStream and the XML should not be formatted with carriage returns or indenting.classValidatingMarshalRecordclassWriterRecordUse this type of MarshalRecord when the marshal target is a Writer and the XML should not be formatted with carriage returns or indenting.classXMLEventWriterRecordclassXMLStreamWriterRecordUse this type of MarshalRecord when the marshal target is an XMLStreamWriterConstructors in org.eclipse.persistence.oxm.record with parameters of type MarshalRecord Constructor Description ValidatingMarshalRecord(MarshalRecord marshalRecord, XMLMarshaller xmlMarshaller)
-