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, write
protected java.lang.Object convertRequest(HttpRequest request, ExecutionContext context)
BodyConverterSupport
convertRequest
in class BodyConverterSupport
request
- リクエストcontext
- 実行コンテキストprotected HttpResponse convertResponse(java.lang.Object response, ExecutionContext context)
BodyConverterSupport
convertResponse
in class BodyConverterSupport
response
- レスポンスオブジェクトcontext
- 実行コンテキストpublic boolean isConvertible(java.lang.String mediaType)
BodyConverter
mediaType
- メディアタイプtrue