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
io.micronaut.http.annotation
Annotation Interface UriMapping
@Documented
@Retention
(
RUNTIME
)
@Target
(
ANNOTATION_TYPE
)
@Inherited
public @interface
UriMapping
Meta annotation for the mapped URI whether at the controller or action level.
Since:
1.0.1
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
[]
uris
Only to be used in the context of a server.
String
value
Field Summary
Fields
Modifier and Type
Field
Description
static final
String
DEFAULT_URI
Field Details
DEFAULT_URI
static final
String
DEFAULT_URI
See Also:
Constant Field Values
Element Details
value
String
value
Returns:
The URI of the action
Default:
"/"
uris
String
[]
uris
Only to be used in the context of a server.
Returns:
The URIs of the action
Default:
{"/"}