Annotation Interface RestXml


public @interface RestXml
REST XML パラメータを指定します。
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    パラメータ名を設定します。
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    REST JSON として受け付ける Content-Type を指定します。
    パラメータデータ型クラスを指定します。
  • Element Details

    • parameterName

      String parameterName
      パラメータ名を設定します。
      Returns:
      パラメータ名
    • parameterType

      Class<?> parameterType
      パラメータデータ型クラスを指定します。
      Returns:
      パラメータデータ型クラス
      Default:
      void.class
    • acceptableContentTypes

      String[] acceptableContentTypes
      REST JSON として受け付ける Content-Type を指定します。
      Returns:
      Content-Type 配列
      Default:
      {}