Class CompressionScanner
java.lang.Object
io.quarkus.resteasy.reactive.server.deployment.CompressionScanner
- All Implemented Interfaces:
org.jboss.resteasy.reactive.server.processor.scanning.MethodScanner
public class CompressionScanner
extends Object
implements org.jboss.resteasy.reactive.server.processor.scanning.MethodScanner
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final org.jboss.jandex.DotName(package private) static final org.jboss.jandex.DotName -
Constructor Summary
ConstructorsConstructorDescriptionCompressionScanner(io.quarkus.vertx.http.runtime.VertxHttpBuildTimeConfig httpBuildTimeConfig) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.resteasy.reactive.server.processor.scanning.MethodScanner
handleCustomParameter, isMethodSignatureAsync
-
Field Details
-
COMPRESSED
static final org.jboss.jandex.DotName COMPRESSED -
UNCOMPRESSED
static final org.jboss.jandex.DotName UNCOMPRESSED
-
-
Constructor Details
-
CompressionScanner
public CompressionScanner(io.quarkus.vertx.http.runtime.VertxHttpBuildTimeConfig httpBuildTimeConfig)
-
-
Method Details
-
scan
public List<org.jboss.resteasy.reactive.server.model.HandlerChainCustomizer> scan(org.jboss.jandex.MethodInfo method, org.jboss.jandex.ClassInfo actualEndpointClass, Map<String, Object> methodContext) - Specified by:
scanin interfaceorg.jboss.resteasy.reactive.server.processor.scanning.MethodScanner
-