Class FilterConfig

java.lang.Object
io.quarkus.vertx.http.runtime.FilterConfig

public class FilterConfig extends Object
  • Field Details

    • matches

      @ConfigItem public String matches
      A regular expression for the paths matching this configuration
    • methods

      @ConfigItem public Optional<List<String>> methods
      The HTTP methods for this path configuration
    • order

      public OptionalInt order
      Order in which this path config is applied. Higher priority takes precedence
  • Constructor Details

    • FilterConfig

      public FilterConfig()