Interface ResteasyReactiveServerRuntimeConfig
-
@ConfigMapping(prefix="quarkus.resteasy-reactive") @ConfigRoot(phase=RUN_TIME) public interface ResteasyReactiveServerRuntimeConfig
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceResteasyReactiveServerRuntimeConfig.InputPartConfigGroupstatic interfaceResteasyReactiveServerRuntimeConfig.MultipartConfigGroup
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResteasyReactiveServerRuntimeConfig.MultipartConfigGroupmultipart()Input part configuration.
-
-
-
Method Detail
-
multipart
ResteasyReactiveServerRuntimeConfig.MultipartConfigGroup multipart()
Input part configuration.
-
-