A C G I M N R U
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- AnnotationsTransformerBuildItem - Class in io.quarkus.resteasy.reactive.server.spi
-
Make it possible to add, remove or alter annotations on various components.
- AnnotationsTransformerBuildItem(AnnotationsTransformer) - Constructor for class io.quarkus.resteasy.reactive.server.spi.AnnotationsTransformerBuildItem
C
- ContextTypeBuildItem - Class in io.quarkus.resteasy.reactive.server.spi
-
Register types that should be available for injection into JAX-RS methods via
Context - ContextTypeBuildItem(DotName) - Constructor for class io.quarkus.resteasy.reactive.server.spi.ContextTypeBuildItem
G
- getAnnotationsTransformer() - Method in class io.quarkus.resteasy.reactive.server.spi.AnnotationsTransformerBuildItem
- getMethodScanner() - Method in class io.quarkus.resteasy.reactive.server.spi.MethodScannerBuildItem
- getThrowableClass() - Method in class io.quarkus.resteasy.reactive.server.spi.UnwrappedExceptionBuildItem
- getType() - Method in class io.quarkus.resteasy.reactive.server.spi.ContextTypeBuildItem
- getType() - Method in class io.quarkus.resteasy.reactive.server.spi.NonBlockingReturnTypeBuildItem
I
- io.quarkus.resteasy.reactive.server.spi - package io.quarkus.resteasy.reactive.server.spi
M
- MethodScannerBuildItem - Class in io.quarkus.resteasy.reactive.server.spi
- MethodScannerBuildItem(MethodScanner) - Constructor for class io.quarkus.resteasy.reactive.server.spi.MethodScannerBuildItem
N
- NonBlockingReturnTypeBuildItem - Class in io.quarkus.resteasy.reactive.server.spi
-
Register a type as non-blocking by default when used as a return type of JAX-RS Resource
- NonBlockingReturnTypeBuildItem(DotName) - Constructor for class io.quarkus.resteasy.reactive.server.spi.NonBlockingReturnTypeBuildItem
R
- ResumeOn404BuildItem - Class in io.quarkus.resteasy.reactive.server.spi
-
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
- ResumeOn404BuildItem() - Constructor for class io.quarkus.resteasy.reactive.server.spi.ResumeOn404BuildItem
U
- UnwrappedExceptionBuildItem - Class in io.quarkus.resteasy.reactive.server.spi
-
When an Exception of this type is thrown and no
javax.ws.rs.ext.ExceptionMapperexists, then RESTEasy Reactive will attempt to locate anExceptionMapperfor the cause of the Exception. - UnwrappedExceptionBuildItem(Class<? extends Throwable>) - Constructor for class io.quarkus.resteasy.reactive.server.spi.UnwrappedExceptionBuildItem
All Classes All Packages