All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkus.resteasy.reactive.common.runtime.ResteasyReactiveConfig.jdp Maven / Gradle / Ivy

There is a newer version: 3.15.2
Show newest version
#
#Thu Jan 20 10:00:22 CET 2022
io.quarkus.resteasy.reactive.common.runtime.ResteasyReactiveConfig.inputBufferSize=The amount of memory that can be used to buffer input before switching to\nblocking IO.
io.quarkus.resteasy.reactive.common.runtime.ResteasyReactiveConfig.buildTimeConditionAware=Whether or not annotations such `@IfBuildTimeProfile`, `@IfBuildTimeProperty` and friends will be taken\ninto account when used on JAX-RS classes.
io.quarkus.resteasy.reactive.common.runtime.ResteasyReactiveConfig.denyJaxRs=If set to true, access to all JAX-RS resources will be denied by default\n\nUse quarkus.security.jaxrs.deny-unannotated-endpoints instead
io.quarkus.resteasy.reactive.common.runtime.ResteasyReactiveConfig.singleDefaultProduces=By default we assume a default produced media type of "text/plain"\nfor String endpoint return types. If this is disabled, the default\nproduced media type will be "[text/plain, */*]" which is more\nexpensive due to negotiation.
io.quarkus.resteasy.reactive.common.runtime.ResteasyReactiveConfig.defaultProduces=When one of the quarkus-resteasy-reactive-jackson or quarkus-resteasy-reactive-jsonb extension are active\nand the result type of an endpoint is an application class or one of {@code Collection}, {@code List}, {@code Set} or\n{@code Map},\nwe assume the default return type is "application/json" if this configuration is enabled.




© 2015 - 2025 Weber Informatics LLC | Privacy Policy