Class ResteasyReactiveServerConfig
- java.lang.Object
-
- io.quarkus.resteasy.reactive.server.deployment.ResteasyReactiveServerConfig
-
@ConfigRoot(name="resteasy-reactive") public class ResteasyReactiveServerConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) Optional<String>pathSet this to define the application path that serves as the base URI for all JAX-RS resource URIs provided by@Pathannotations when there are no@ApplicationPathannotations defined onApplicationclasses.
-
Constructor Summary
Constructors Constructor Description ResteasyReactiveServerConfig()
-
-
-
Field Detail
-
path
@ConfigItem Optional<String> path
Set this to define the application path that serves as the base URI for all JAX-RS resource URIs provided by@Pathannotations when there are no@ApplicationPathannotations defined onApplicationclasses.This value is always resolved relative to
quarkus.http.root-path.
-
-