This class is used by the filters that are generated as a result of the use of ServerRequestFilter or
ServerResponseFilter on methods
that don't return void.
This class is used to prevent calls to 'abortWith' which could lead to unexpected results in generated
ContainerRequestFilter and ContainerResponseFilter.
Provides CDI producers for objects that can be injected via @Context
In quarkus-rest this works because @Context is considered an alias for @Inject
through the use of AutoInjectAnnotationBuildItem