Package io.quarkus.resteasy.reactive.server.spi
-
Class Summary Class Description AnnotationsTransformerBuildItem Make it possible to add, remove or alter annotations on various components.ContextTypeBuildItem Register types that should be available for injection into JAX-RS methods viaContextMethodScannerBuildItem NonBlockingReturnTypeBuildItem Register a type as non-blocking by default when used as a return type of JAX-RS ResourceResumeOn404BuildItem 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 handlerUnwrappedExceptionBuildItem When an Exception of this type is thrown and nojavax.ws.rs.ext.ExceptionMapperexists, then RESTEasy Reactive will attempt to locate anExceptionMapperfor the cause of the Exception.