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

    Fields
    Modifier and Type
    Field
    Description
    (package private) static final org.jboss.jandex.DotName
     
    (package private) static final org.jboss.jandex.DotName
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    CompressionScanner(io.quarkus.vertx.http.runtime.VertxHttpBuildTimeConfig httpBuildTimeConfig)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    List<org.jboss.resteasy.reactive.server.model.HandlerChainCustomizer>
    scan(org.jboss.jandex.MethodInfo method, org.jboss.jandex.ClassInfo actualEndpointClass, Map<String,Object> methodContext)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods 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:
      scan in interface org.jboss.resteasy.reactive.server.processor.scanning.MethodScanner