JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field
|
Required
|
Optional
Detail:
Field
|
Element
SEARCH
Package
org.iplass.mtp.command.annotation.webapi
Annotation Interface WebApiParamMapping
public @interface
WebApiParamMapping
WebApiParamMapDefinitionを定義するアノテーションです。
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
mapFrom
String
name
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
condition
Field Summary
Fields
Modifier and Type
Field
Description
static final
String
PATHS
WebApiのパスを除いたサブパスの文字列をマップする場合の定数です。
Field Details
PATHS
static final
String
PATHS
WebApiのパスを除いたサブパスの文字列をマップする場合の定数です。
See Also:
Constant Field Values
Element Details
name
String
name
mapFrom
String
mapFrom
condition
String
condition
Default:
"##default"