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, String remaining, T value)
  • Method Details

    • getRemaining

      @Deprecated public String getRemaining()
      Deprecated.
      because it can't be supported with inner wildcard without cost. It's unlikely this method is used by anyone as users don't get in touch with this class. If there is legit use case, please open Quarkus issue.
    • getMatched

      public String getMatched()
    • getValue

      public T getValue()