Class PathParser

java.lang.Object
org.wiremock.url.PathParser
All Implemented Interfaces:
org.wiremock.stringparser.StringParser<Path>, PercentEncodedStringParser<Path>

public final class PathParser extends Object implements PercentEncodedStringParser<Path>
  • Field Details

    • INSTANCE

      public static final PathParser INSTANCE
  • Constructor Details

    • PathParser

      public PathParser()
  • Method Details