Class AllowNotRestParametersBuildItem
java.lang.Object
io.quarkus.builder.item.BuildItem
io.quarkus.builder.item.SimpleBuildItem
io.quarkus.resteasy.reactive.server.spi.AllowNotRestParametersBuildItem
public final class AllowNotRestParametersBuildItem
extends io.quarkus.builder.item.SimpleBuildItem
A build item which extensions can generate when they want to allow RESTEasy Reactive methods
with parameters that are annotated with not REST annotations. This allows RESTEasy Reactive to let mixed parameters coexist
within resource methods signature
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
AllowNotRestParametersBuildItem
public AllowNotRestParametersBuildItem()
-