クラス XmlBeamHttpMessageConverter
java.lang.ObjectSE
org.springframework.http.converter.AbstractHttpMessageConverter<ObjectSE>
org.springframework.data.web.XmlBeamHttpMessageConverter
- 実装されたすべてのインターフェース:
HttpMessageConverter<ObjectSE>
インターフェースの XMLBeam ベースの射影インスタンスを作成するための読み取り専用
HttpMessageConverter
。- 作成者:
- Oliver Gierke, Christoph Strobl, Johannes Englmeier
- 関連事項:
フィールドのサマリー
クラス org.springframework.http.converter.AbstractHttpMessageConverter から継承されたフィールド
logger
コンストラクターの概要
コンストラクターコンストラクター説明新しいXmlBeamHttpMessageConverter
を作成します。XmlBeamHttpMessageConverter
(org.xmlbeam.XBProjector projector) 指定されたXBProjector
を使用して新しいXmlBeamHttpMessageConverter
を作成します。メソッドのサマリー
修飾子と型メソッド説明boolean
protected ObjectSE
readInternal
(ClassSE<? extends ObjectSE> clazz, HttpInputMessage inputMessage) protected boolean
protected void
writeInternal
(ObjectSE t, HttpOutputMessage outputMessage) クラス org.springframework.http.converter.AbstractHttpMessageConverter から継承されたメソッド
addDefaultHeaders, canRead, canRead, canWrite, getContentLength, getDefaultCharset, getDefaultContentType, getSupportedMediaTypes, read, setDefaultCharset, setSupportedMediaTypes, supportsRepeatableWrites, write
クラス java.lang.ObjectSE から継承されたメソッド
clone, equalsSE, finalize, getClass, hashCode, notify, notifyAll, toString, wait, waitSE, waitSE
インターフェース org.springframework.http.converter.HttpMessageConverter から継承されたメソッド
getSupportedMediaTypes
コンストラクターの詳細
XmlBeamHttpMessageConverter
public XmlBeamHttpMessageConverter()新しいXmlBeamHttpMessageConverter
を作成します。XmlBeamHttpMessageConverter
public XmlBeamHttpMessageConverter(org.xmlbeam.XBProjector projector) 指定されたXBProjector
を使用して新しいXmlBeamHttpMessageConverter
を作成します。- パラメーター:
projector
- null であってはなりません。
メソッドの詳細
supports
- 次で指定:
- クラス
AbstractHttpMessageConverter<ObjectSE>
のsupports
canWrite
- 次で指定:
- インターフェース
HttpMessageConverter<ObjectSE>
のcanWrite
- オーバーライド:
- クラス
AbstractHttpMessageConverter<ObjectSE>
のcanWrite
readInternal
protected ObjectSE readInternal(ClassSE<? extends ObjectSE> clazz, HttpInputMessage inputMessage) throws IOExceptionSE, HttpMessageNotReadableException writeInternal
protected void writeInternal(ObjectSE t, HttpOutputMessage outputMessage) throws IOExceptionSE, HttpMessageNotWritableException