JavaScript is disabled on your browser.
Skip navigation links
Overview
Module
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH
Module
io.helidon.http
Package
io.helidon.http
Annotation Interface Http.Path
Enclosing class:
Http
@Target
({
TYPE
,
METHOD
})
@Retention
(
CLASS
)
@Documented
@Inherited
public static @interface
Http.Path
Path of an endpoint, or sub-path of a method.
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
value
Path to use, defaults to
/
.
Element Details
value
String
value
Path to use, defaults to
/
.
Returns:
path to use
Default:
"/"