Uses of Class
io.quarkus.resteasy.reactive.links.runtime.LinkInfo
-
Packages that use LinkInfo Package Description io.quarkus.resteasy.reactive.links.runtime -
-
Uses of LinkInfo in io.quarkus.resteasy.reactive.links.runtime
Methods in io.quarkus.resteasy.reactive.links.runtime that return types with arguments of type LinkInfo Modifier and Type Method Description List<LinkInfo>LinksContainer. getForClass(Class<?> c)jakarta.ws.rs.core.MultivaluedMap<String,LinkInfo>LinksContainer. getLinksMap()Methods in io.quarkus.resteasy.reactive.links.runtime with parameters of type LinkInfo Modifier and Type Method Description voidLinksContainer. put(LinkInfo linkInfo)Constructor parameters in io.quarkus.resteasy.reactive.links.runtime with type arguments of type LinkInfo Constructor Description LinksContainer(jakarta.ws.rs.core.MultivaluedMap<String,LinkInfo> linksMap)
-