ブラウザのJavaScriptが無効になっています。
ナビゲーション・リンクをスキップ
概要
パッケージ
クラス
階層ツリー
非推奨
索引
ヘルプ
概要:
フィールド
必須
オプション
詳細:
フィールド
要素
概要:
フィールド |
必須
|
オプション
詳細:
フィールド |
要素
SEARCH
パッケージ
org.iplass.mtp.command.annotation.webapi
注釈インタフェース RestXml
public @interface
RestXml
REST XML パラメータを指定します。
必須要素の概要
必須要素
修飾子とタイプ
必須要素
説明
String
parameterName
パラメータ名を設定します。
任意要素の概要
任意要素
修飾子とタイプ
任意要素
説明
String
[]
acceptableContentTypes
REST JSON として受け付ける Content-Type を指定します。
Class
<?>
parameterType
パラメータデータ型クラスを指定します。
要素の詳細
parameterName
String
parameterName
パラメータ名を設定します。
戻り値:
パラメータ名
parameterType
Class
<?>
parameterType
パラメータデータ型クラスを指定します。
戻り値:
パラメータデータ型クラス
デフォルト:
void.class
acceptableContentTypes
String
[]
acceptableContentTypes
REST JSON として受け付ける Content-Type を指定します。
戻り値:
Content-Type 配列
デフォルト:
{}