Class ResteasyReactiveServletProcessor

java.lang.Object
io.quarkus.resteasy.reactive.server.servlet.deployment.ResteasyReactiveServletProcessor

public class ResteasyReactiveServletProcessor extends Object
Processor that finds JAX-RS classes in the deployment
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    build(io.quarkus.resteasy.reactive.server.servlet.runtime.ResteasyReactiveServletRecorder restRecorder, io.quarkus.resteasy.reactive.server.deployment.ResteasyReactiveDeploymentBuildItem deploymentBuildItem, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.undertow.deployment.FilterBuildItem> filter, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.undertow.deployment.ServletBuildItem> servlet)
     
    io.quarkus.resteasy.reactive.server.deployment.RequestContextFactoryBuildItem
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ResteasyReactiveServletProcessor

      public ResteasyReactiveServletProcessor()
  • Method Details

    • contextFactoryBuildItem

      public io.quarkus.resteasy.reactive.server.deployment.RequestContextFactoryBuildItem contextFactoryBuildItem()
    • build

      public void build(io.quarkus.resteasy.reactive.server.servlet.runtime.ResteasyReactiveServletRecorder restRecorder, io.quarkus.resteasy.reactive.server.deployment.ResteasyReactiveDeploymentBuildItem deploymentBuildItem, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.undertow.deployment.FilterBuildItem> filter, io.quarkus.deployment.annotations.BuildProducer<io.quarkus.undertow.deployment.ServletBuildItem> servlet) throws Exception
      Throws:
      Exception