@Retention(value=RUNTIME) @Target(value=PARAMETER) @Inherited @Documented public @interface HTTPMethodParameter
Modifier and Type | Required Element and Description |
---|---|
java.lang.String |
name |
Modifier and Type | Optional Element and Description |
---|---|
boolean |
bodyParameter
If set to true, the value of body shall be passed on to this parameter, and the default URL parameter lookup will be skipped,
in this case the name() of the parameter is ignored.
|
java.lang.String |
defaultValue
The parameter value should be defined as it would appear in a method request with values separated by , and URL encoded if needed.
|
boolean |
required |
public abstract java.lang.String name
public abstract java.lang.String defaultValue
public abstract boolean required
public abstract boolean bodyParameter
Copyright © 2015 Tampere University of Technology, Pori Department.