public static final class BodyConverterSupport.ContentType
extends java.lang.Object
Constructor and Description |
---|
ContentType(java.lang.String value,
java.nio.charset.Charset encoding)
コンストラクタ。
|
Modifier and Type | Method and Description |
---|---|
java.nio.charset.Charset |
getEncoding()
ContentTypeに指定されたエンコーディングを返す。
|
java.lang.String |
getValue()
ContentTypeの値を返す。
|