Package io.quarkus.resteasy.reactive.server.spi


package io.quarkus.resteasy.reactive.server.spi
  • Classes
    Class
    Description
    A build item which extensions can generate when they want to allow RESTEasy Reactive methods with parameters that are annotated with not REST annotations.
    Make it possible to add, remove or alter annotations on various components.
    Register types that should be available for injection into JAX-RS methods via Context
    Build time that allows extensions to register a way to provide a value for configuration that is provided at runtime and that is needed by implementations of GenericRuntimeConfigurableServerRestHandler.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
    This build item will be removed at some time after Quarkus 3.16
    A build item that allows extension to define a ServerRestHandler that runs write before RESTEasy Reactive attempt to do exception mapping according to the JAX-RS spec.
    A marker build item which extensions can generate when they want to force RESTEasy Reactive to not reply with 404 when it does not handle the path and instead just pass control onto the next Vert.x handler
    If an extension generates this, then Quarkus will make JAX-RS Resources beans as well
    When an Exception of this type is thrown and no jakarta.ws.rs.ext.ExceptionMapper exists, then RESTEasy Reactive will attempt to locate an ExceptionMapper for the cause of the Exception.