Package io.quarkus.resteasy.reactive.spi
Class WriterInterceptorBuildItem
- java.lang.Object
-
- io.quarkus.builder.item.BuildItem
-
- io.quarkus.builder.item.MultiBuildItem
-
- io.quarkus.resteasy.reactive.spi.AbstractInterceptorBuildItem
-
- io.quarkus.resteasy.reactive.spi.WriterInterceptorBuildItem
-
- All Implemented Interfaces:
CheckBean
public final class WriterInterceptorBuildItem extends AbstractInterceptorBuildItem
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWriterInterceptorBuildItem.Builder
-
Constructor Summary
Constructors Modifier Constructor Description protectedWriterInterceptorBuildItem(AbstractInterceptorBuildItem.Builder<?,?> builder)
-
Method Summary
-
Methods inherited from class io.quarkus.resteasy.reactive.spi.AbstractInterceptorBuildItem
getClassName, getNameBindingNames, getPriority, isRegisterAsBean
-
-
-
-
Constructor Detail
-
WriterInterceptorBuildItem
protected WriterInterceptorBuildItem(AbstractInterceptorBuildItem.Builder<?,?> builder)
-
-