class |
ContentHandlerRecord |
Use this type of MarshalRecord when the marshal target is a
ContentHandler.
|
class |
FormattedOutputStreamRecord |
Use this type of MarshalRecord when the marshal target is an OutputStream and the
XML should be formatted with carriage returns and indenting.
|
class |
FormattedWriterRecord |
Use this type of MarshalRecord when the marshal target is a Writer and the
XML should be formatted with carriage returns and indenting.
|
class |
JsonBuilderRecord |
|
class |
JSONFormattedWriterRecord |
Use this type of MarshalRecord when the marshal target is a Writer and the
JSON should be formatted with carriage returns and indenting.
|
class |
JsonGeneratorRecord |
|
class |
JsonRecord<T extends JsonRecord.Level> |
|
class |
JSONWriterRecord |
Use this type of MarshalRecord when the marshal target is a Writer and the
JSON should not be formatted with carriage returns or indenting.
|
class |
MarshalRecord<MARSHALLER extends Marshaller> |
A MarshalRecord encapsulates the marshal target.
|
class |
NodeRecord |
Use this type of MarshalRecord when the marshal target is a Node.
|
class |
OutputStreamRecord |
Use this type of MarshalRecord when the marshal target is an OutputStream and the
XML should not be formatted with carriage returns or indenting.
|
class |
ValidatingMarshalRecord |
|
class |
WriterRecord |
Use this type of MarshalRecord when the marshal target is a Writer and the
XML should not be formatted with carriage returns or indenting.
|
class |
XMLEventWriterRecord |
|
class |
XMLStreamWriterRecord |
Use this type of MarshalRecord when the marshal target is an XMLStreamWriter
|