Uses of Class
org.eclipse.persistence.oxm.record.MarshalRecord
Packages that use MarshalRecord
Package
Description
-
Uses of MarshalRecord in org.eclipse.persistence.internal.oxm
Methods in org.eclipse.persistence.internal.oxm with parameters of type MarshalRecordModifier and TypeMethodDescriptionvoidXMLMarshaller.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 -
Uses of MarshalRecord in org.eclipse.persistence.jaxb
Methods in org.eclipse.persistence.jaxb with parameters of type MarshalRecordModifier and TypeMethodDescriptionvoidJAXBMarshaller.marshal(Object object, MarshalRecord record) voidJAXBMarshaller.marshal(Object object, MarshalRecord record, TypeMappingInfo type) -
Uses of MarshalRecord in org.eclipse.persistence.oxm
Methods in org.eclipse.persistence.oxm with parameters of type MarshalRecordModifier and TypeMethodDescriptionprotected 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 MarshalRecordModifier and TypeMethodDescriptionJsonArrayBuilderResult.createRecord()JsonGeneratorResult.createRecord()JsonObjectBuilderResult.createRecord() -
Uses of MarshalRecord in org.eclipse.persistence.oxm.record
Subclasses of MarshalRecord in org.eclipse.persistence.oxm.recordModifier and TypeClassDescriptionclassUse this type of MarshalRecord when the marshal target is a ContentHandler.classUse this type of MarshalRecord when the marshal target is an OutputStream and the XML should be formatted with carriage returns and indenting.classUse this type of MarshalRecord when the marshal target is a Writer and the XML should be formatted with carriage returns and indenting.classclassUse this type of MarshalRecord when the marshal target is a Writer and the JSON should be formatted with carriage returns and indenting.classclassJsonRecord<T extends JsonRecord.Level>classUse this type of MarshalRecord when the marshal target is a Writer and the JSON should not be formatted with carriage returns or indenting.classUse this type of MarshalRecord when the marshal target is a Node.classUse this type of MarshalRecord when the marshal target is an OutputStream and the XML should not be formatted with carriage returns or indenting.classclassUse this type of MarshalRecord when the marshal target is a Writer and the XML should not be formatted with carriage returns or indenting.classclassUse this type of MarshalRecord when the marshal target is an XMLStreamWriterConstructors in org.eclipse.persistence.oxm.record with parameters of type MarshalRecordModifierConstructorDescriptionValidatingMarshalRecord(MarshalRecord marshalRecord, XMLMarshaller xmlMarshaller) -
Uses of MarshalRecord in org.eclipse.persistence.sdo.helper
Methods in org.eclipse.persistence.sdo.helper that return MarshalRecordMethods in org.eclipse.persistence.sdo.helper with parameters of type MarshalRecordModifier and TypeMethodDescriptionvoidSDOMarshalListener.setRootMarshalRecord(MarshalRecord rootRecord)