@ConfigRoot(phase=BUILD_AND_RUN_TIME_FIXED,
name="rest")
public class ResteasyReactiveConfig
extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
defaultProduces
When one of the quarkus-resteasy-reactive-jackson or quarkus-resteasy-reactive-jsonb extension are active
and the result type of an endpoint is an application class or one of
Collection, List, Set or
Map,
we assume the default return type is "application/json" if this configuration is enabled. |
io.quarkus.runtime.configuration.MemorySize |
inputBufferSize
The amount of memory that can be used to buffer input before switching to
blocking IO.
|
boolean |
singleDefaultProduces
By default we assume a default produced media type of "text/plain"
for String endpoint return types.
|
| Constructor and Description |
|---|
ResteasyReactiveConfig() |
@ConfigItem(defaultValue="10k") public io.quarkus.runtime.configuration.MemorySize inputBufferSize
@ConfigItem(defaultValue="true") public boolean singleDefaultProduces
@ConfigItem(defaultValue="true") @Experimental(value="This flag has a high probability of going away in the future") public boolean defaultProduces
Collection, List, Set or
Map,
we assume the default return type is "application/json" if this configuration is enabled.Copyright © 2021 JBoss by Red Hat. All rights reserved.