public class Jaxb2XmlEncoder extends AbstractSingleValueEncoder<ObjectSE>
Object ストリームから XML 要素を含むバイトストリームにエンコードします。Jaxb2XmlDecoder| コンストラクターと説明 |
|---|
Jaxb2XmlEncoder() |
| 修飾子と型 | メソッドと説明 |
|---|---|
boolean | canEncode(ResolvableType elementType, MimeType mimeType) エンコーダが特定のソース要素型と出力ストリームの MIME 型をサポートするかどうか。 |
protected reactor.core.publisher.Flux<DataBuffer> | encode(ObjectSE value, DataBufferFactory dataBufferFactory, ResolvableType type, MimeType mimeType, MapSE<StringSE, ObjectSE> hints)T を出力 DataBuffer ストリームにエンコードします。 |
encodegetEncodableMimeTypescloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic boolean canEncode(ResolvableType elementType, @Nullable MimeType mimeType)
Encoderprotected reactor.core.publisher.Flux<DataBuffer> encode(ObjectSE value, DataBufferFactory dataBufferFactory, ResolvableType type, @Nullable MimeType mimeType, @Nullable MapSE<StringSE,ObjectSE> hints)
AbstractSingleValueEncoderT を出力 DataBuffer ストリームにエンコードします。AbstractSingleValueEncoder<ObjectSE> の encode value - 処理する値 dataBufferFactory - 出力の作成に使用されるバッファファクトリ type - 処理するストリーム要素型 mimeType - 処理する MIME 型 hints - デコード方法に関する追加情報、オプション