Package nablarch.fw.jaxrs
Class BodyConverterSupport.ContentType
java.lang.Object
nablarch.fw.jaxrs.BodyConverterSupport.ContentType
- Enclosing class:
- BodyConverterSupport
ContentTypeを表すクラス。
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ContentType
コンストラクタ。- Parameters:
value
- ContentTypeの値encoding
- ContentTypeに指定されたエンコーディング
-
-
Method Details
-
getValue
ContentTypeの値を返す。- Returns:
- ContentTypeの値
-
getEncoding
ContentTypeに指定されたエンコーディングを返す。- Returns:
- ContentTypeに指定されたエンコーディング
-