Uses of Interface
io.quarkus.resteasy.reactive.links.RestLinksProvider
-
Packages that use RestLinksProvider Package Description io.quarkus.resteasy.reactive.links.runtime io.quarkus.resteasy.reactive.links.runtime.hal -
-
Uses of RestLinksProvider in io.quarkus.resteasy.reactive.links.runtime
Classes in io.quarkus.resteasy.reactive.links.runtime that implement RestLinksProvider Modifier and Type Class Description (package private) classRestLinksProviderImplMethods in io.quarkus.resteasy.reactive.links.runtime that return RestLinksProvider Modifier and Type Method Description RestLinksProviderRestLinksProviderProducer. restLinksProvider(jakarta.ws.rs.core.UriInfo uriInfo) -
Uses of RestLinksProvider in io.quarkus.resteasy.reactive.links.runtime.hal
Constructors in io.quarkus.resteasy.reactive.links.runtime.hal with parameters of type RestLinksProvider Constructor Description ResteasyReactiveHalService(RestLinksProvider linksProvider)
-