All Classes
-
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 viaContextHandlerConfigurationProviderBuildItem 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 ofGenericRuntimeConfigurableServerRestHandler.MethodScannerBuildItem NonBlockingReturnTypeBuildItem Register a type as non-blocking by default when used as a return type of JAX-RS ResourcePreExceptionMapperHandlerBuildItem A build item that allows extension to define aServerRestHandlerthat runs write before RESTEasy Reactive attempt to do exception mapping according to the JAX-RS spec.ResumeOn404BuildItem 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 handlerSubResourcesAsBeansBuildItem If an extension generates this, then Quarkus will make JAX-RS Resources beans as wellUnwrappedExceptionBuildItem When an Exception of this type is thrown and nojakarta.ws.rs.ext.ExceptionMapperexists, then RESTEasy Reactive will attempt to locate anExceptionMapperfor the cause of the Exception.