Class LinksContainerFactory
java.lang.Object
io.quarkus.resteasy.reactive.links.deployment.LinksContainerFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) io.quarkus.resteasy.reactive.links.runtime.LinksContainergetLinksContainer(List<io.quarkus.resteasy.reactive.server.deployment.ResteasyReactiveResourceMethodEntriesBuildItem.Entry> entries, org.jboss.jandex.IndexView index) Find the resource methods that are marked with aRestLinkannotations and add them to aLinksContainer.
-
Constructor Details
-
LinksContainerFactory
LinksContainerFactory()
-
-
Method Details
-
getLinksContainer
io.quarkus.resteasy.reactive.links.runtime.LinksContainer getLinksContainer(List<io.quarkus.resteasy.reactive.server.deployment.ResteasyReactiveResourceMethodEntriesBuildItem.Entry> entries, org.jboss.jandex.IndexView index) Find the resource methods that are marked with aRestLinkannotations and add them to aLinksContainer.
-