JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
io.quarkus.rest.client.reactive
Annotation Interface Url
@Target
(
PARAMETER
)
@Retention
(
RUNTIME
)
@Documented
public @interface
Url
Allows for a per invocation override the base URL. At most a one such annotation can be used per REST Client method and the supported types are:
String
URI
URL