| Modifier and Type | Optional Element and Description |
|---|---|
String[] |
consumes
The values are used for any route method declared on the class where
Route.consumes() is empty. |
String |
path
The value is used as a prefix for any route method declared on the class where
Route.path() is used. |
String[] |
produces
The values are used for any route method declared on the class where
Route.produces() is empty. |
public abstract String path
Route.path() is used.public abstract String[] produces
Route.produces() is empty.public abstract String[] consumes
Route.consumes() is empty.Copyright © 2020 JBoss by Red Hat. All rights reserved.