Class LinksContainerFactory

java.lang.Object
io.quarkus.resteasy.reactive.links.deployment.LinksContainerFactory

final class LinksContainerFactory extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    (package private) 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 a RestLink annotations and add them to a LinksContainer.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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 a RestLink annotations and add them to a LinksContainer.