@Published(tag="architect") public class FormUrlEncodedConverter extends BodyConverterSupport
BodyConverterSupport.ContentType| Constructor and Description |
|---|
FormUrlEncodedConverter() |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
convertRequest(HttpRequest request,
ExecutionContext context)
リクエストを変換する。
|
protected HttpResponse |
convertResponse(java.lang.Object response,
ExecutionContext context)
レスポンスを変換する。
|
boolean |
isConvertible(java.lang.String mediaType)
指定されたメディアタイプを変換できるかどうか。
|
getContentType, read, setDefaultEncoding, writeprotected java.lang.Object convertRequest(HttpRequest request, ExecutionContext context)
BodyConverterSupportconvertRequest in class BodyConverterSupportrequest - リクエストcontext - 実行コンテキストprotected HttpResponse convertResponse(java.lang.Object response, ExecutionContext context)
BodyConverterSupportconvertResponse in class BodyConverterSupportresponse - レスポンスオブジェクトcontext - 実行コンテキストpublic boolean isConvertible(java.lang.String mediaType)
BodyConvertermediaType - メディアタイプtrue