Uses of Class
org.eclipse.persistence.internal.oxm.XMLMarshaller
-
Packages that use XMLMarshaller Package Description org.eclipse.persistence.internal.oxm org.eclipse.persistence.oxm org.eclipse.persistence.oxm.record -
-
Uses of XMLMarshaller in org.eclipse.persistence.internal.oxm
Classes in org.eclipse.persistence.internal.oxm with type parameters of type XMLMarshaller Modifier and Type Class Description classXMLMarshaller<ABSTRACT_SESSION extends CoreAbstractSession,CHARACTER_ESCAPE_HANDLER extends CharacterEscapeHandler,CONTEXT extends Context<ABSTRACT_SESSION,DESCRIPTOR,?,?,?,SESSION,?>,DESCRIPTOR extends Descriptor<?,?,?,?,?,?,?,?,?,?>,MARSHALLER_LISTENER extends Marshaller.Listener,MEDIA_TYPE extends MediaType,NAMESPACE_PREFIX_MAPPER extends NamespacePrefixMapper,OBJECT_BUILDER extends ObjectBuilder<?,ABSTRACT_SESSION,?,XMLMarshaller>,SESSION extends CoreSession>Methods in org.eclipse.persistence.internal.oxm with parameters of type XMLMarshaller Modifier and Type Method Description XMLRecordTreeObjectBuilder. buildRow(XMLRecord record, Object object, CoreAbstractSession session, XMLMarshaller marshaller, XPathFragment rootFragment)Constructors in org.eclipse.persistence.internal.oxm with parameters of type XMLMarshaller Constructor Description XMLMarshaller(XMLMarshaller xmlMarshaller)Copy constructor -
Uses of XMLMarshaller in org.eclipse.persistence.oxm
Subclasses of XMLMarshaller in org.eclipse.persistence.oxm Modifier and Type Class Description classXMLMarshallerClass used to marshal object to XML. -
Uses of XMLMarshaller in org.eclipse.persistence.oxm.record
Methods in org.eclipse.persistence.oxm.record that return XMLMarshaller Modifier and Type Method Description XMLMarshallerJSONWriterRecord.Output. getMarshaller()XMLMarshallerJSONWriterRecord.OutputStreamOutput. getMarshaller()Methods in org.eclipse.persistence.oxm.record with parameters of type XMLMarshaller Modifier and Type Method Description voidJsonRecord. setMarshaller(XMLMarshaller marshaller)INTERNAL:voidJSONWriterRecord.Output. setMarshaller(XMLMarshaller marshaller)voidJSONWriterRecord.OutputStreamOutput. setMarshaller(XMLMarshaller marshaller)voidJSONWriterRecord. setMarshaller(XMLMarshaller marshaller)INTERNAL:voidWriterRecord. setMarshaller(XMLMarshaller marshaller)Constructors in org.eclipse.persistence.oxm.record with parameters of type XMLMarshaller Constructor Description ValidatingMarshalRecord(MarshalRecord marshalRecord, XMLMarshaller xmlMarshaller)
-