Package org.mockserver.codec
Class PathParametersDecoder
- java.lang.Object
-
- org.mockserver.codec.PathParametersDecoder
-
public class PathParametersDecoder extends Object
-
-
Constructor Summary
Constructors Constructor Description PathParametersDecoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ParametersextractPathParameters(HttpRequest matcher, HttpRequest matched)NottableStringnormalisePathWithParametersForMatching(HttpRequest matcher)StringvalidatePath(HttpRequest matcher)
-
-
-
Method Detail
-
validatePath
public String validatePath(HttpRequest matcher)
-
normalisePathWithParametersForMatching
public NottableString normalisePathWithParametersForMatching(HttpRequest matcher)
-
extractPathParameters
public Parameters extractPathParameters(HttpRequest matcher, HttpRequest matched)
-
-