@Retention(value=RUNTIME) public @interface RestParameter
| Modifier and Type | Required Element and Description |
|---|---|
String |
description |
boolean |
isRequired |
String |
name |
RestParameter.Type |
type |
| Modifier and Type | Optional Element and Description |
|---|---|
String |
defaultValue |
Class<?> |
jaxbClass |
public abstract String name
public abstract String description
public abstract RestParameter.Type type
public abstract boolean isRequired
public abstract String defaultValue
public abstract Class<?> jaxbClass
XmlType or XmlRootElement annotated
class that models this parameter.Copyright © 2009–2021 Opencast Project. All rights reserved.