Class BodyConverterSupport.ContentType

java.lang.Object
nablarch.fw.jaxrs.BodyConverterSupport.ContentType
Enclosing class:
BodyConverterSupport

public static final class BodyConverterSupport.ContentType extends Object
ContentTypeを表すクラス。
  • Constructor Details

    • ContentType

      public ContentType(String value, Charset encoding)
      コンストラクタ。
      Parameters:
      value - ContentTypeの値
      encoding - ContentTypeに指定されたエンコーディング
  • Method Details

    • getValue

      public String getValue()
      ContentTypeの値を返す。
      Returns:
      ContentTypeの値
    • getEncoding

      public Charset getEncoding()
      ContentTypeに指定されたエンコーディングを返す。
      Returns:
      ContentTypeに指定されたエンコーディング