public class XmlBeamHttpMessageConverter extends AbstractHttpMessageConverter<ObjectSE>
HttpMessageConverter。logger| コンストラクターと説明 |
|---|
XmlBeamHttpMessageConverter() 新しい XmlBeamHttpMessageConverter を作成します。 |
XmlBeamHttpMessageConverter(org.xmlbeam.XBProjector projector) 指定された XBProjector を使用して新しい XmlBeamHttpMessageConverter を作成します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
boolean | canWrite(ClassSE<?> clazz, MediaType mediaType) |
protected ObjectSE | readInternal(ClassSE<? extends ObjectSE> clazz, HttpInputMessage inputMessage) |
protected boolean | supports(ClassSE<?> type) |
protected void | writeInternal(ObjectSE t, HttpOutputMessage outputMessage) |
addDefaultHeaders, canRead, canRead, canWrite, getContentLength, getDefaultCharset, getDefaultContentType, getSupportedMediaTypes, read, setDefaultCharset, setSupportedMediaTypes, writecloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSEpublic XmlBeamHttpMessageConverter()
XmlBeamHttpMessageConverter を作成します。public XmlBeamHttpMessageConverter(org.xmlbeam.XBProjector projector)
XBProjector を使用して新しい XmlBeamHttpMessageConverter を作成します。projector - null であってはなりません。protected boolean supports(ClassSE<?> type)
AbstractHttpMessageConverter<ObjectSE> の supports public boolean canWrite(ClassSE<?> clazz, @NullableSE MediaType mediaType)
HttpMessageConverter<ObjectSE> 内の canWrite AbstractHttpMessageConverter<ObjectSE> の canWrite protected ObjectSE readInternal(ClassSE<? extends ObjectSE> clazz, HttpInputMessage inputMessage) throws IOExceptionSE, HttpMessageNotReadableException
protected void writeInternal(ObjectSE t, HttpOutputMessage outputMessage) throws IOExceptionSE, HttpMessageNotWritableException
Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.