Class UriTemplateMatcher

java.lang.Object
io.micronaut.http.uri.UriTemplateMatcher
All Implemented Interfaces:
UriMatcher, Comparable<UriTemplateMatcher>

@Internal public final class UriTemplateMatcher extends Object implements UriMatcher, Comparable<UriTemplateMatcher>
Implementation of the paths matching rfc6570.
Since:
4.6.0
Author:
Denis Stepanov
  • Constructor Details

    • UriTemplateMatcher

      public UriTemplateMatcher(String templateString)
      Construct a new URI template for the given template.
      Parameters:
      templateString - The template string
  • Method Details