Package 

Class TemplatePathPattern

  • All Implemented Interfaces:
    com.hexagonkt.http.patterns.PathPattern

    
    public final class TemplatePathPattern
     implements PathPattern
                        

    A path definition. It parses path patterns and extract values for parameters.

    No splat support (you can use named parameters though).

    Delimiter is {var} to conform with RFC 6570.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String getPattern()
      Boolean getPrefix()
      • Methods inherited from class com.hexagonkt.http.patterns.TemplatePathPattern

        addPrefix, describe, extractParameters, matches
      • Methods inherited from class java.lang.Object

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