Class ImmutablePathMatcher.PathMatch<T>

java.lang.Object
io.quarkus.vertx.http.runtime.security.ImmutablePathMatcher.PathMatch<T>
Enclosing class:
ImmutablePathMatcher<T>

public static final class ImmutablePathMatcher.PathMatch<T> extends Object
  • Constructor Details

    • PathMatch

      public PathMatch(String matched, T value)
  • Method Details

    • getMatched

      public String getMatched()
    • getValue

      public T getValue()