Class ResteasyCommonProcessor.ResteasyCommonConfig
- java.lang.Object
-
- io.quarkus.resteasy.common.deployment.ResteasyCommonProcessor.ResteasyCommonConfig
-
- Enclosing class:
- ResteasyCommonProcessor
@ConfigRoot(name="resteasy") public static final class ResteasyCommonProcessor.ResteasyCommonConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description ResteasyCommonProcessor.ResteasyCommonConfigGzipgzipEnable gzip support for REST
-
Constructor Summary
Constructors Constructor Description ResteasyCommonConfig()
-
-
-
Field Detail
-
gzip
public ResteasyCommonProcessor.ResteasyCommonConfigGzip gzip
Enable gzip support for REST
-
-