Uses of Class
org.mockserver.model.PathModifier
-
Packages that use PathModifier Package Description org.mockserver.model org.mockserver.serialization.model -
-
Uses of PathModifier in org.mockserver.model
Methods in org.mockserver.model that return PathModifier Modifier and Type Method Description PathModifierHttpRequestModifier. getPath()PathModifierPathModifier. withRegex(String regex)The regex value to use to modify matching substrings, if multiple matches are found they will all be modified with the substitution for full details of supported regex syntax see: http://docs.oracle.com/javase/7/docs/technotes/guides/security/SunProviders.htmlPathModifierPathModifier. withSubstitution(String substitution)The pattern to substitute for the matched regex, matching groups are supported using $ followed by the group number for example $1Methods in org.mockserver.model with parameters of type PathModifier Modifier and Type Method Description HttpRequestModifierHttpRequestModifier. withPath(PathModifier path) -
Uses of PathModifier in org.mockserver.serialization.model
Methods in org.mockserver.serialization.model that return PathModifier Modifier and Type Method Description PathModifierHttpRequestModifierDTO. getPath()Methods in org.mockserver.serialization.model with parameters of type PathModifier Modifier and Type Method Description HttpRequestModifierDTOHttpRequestModifierDTO. setPath(PathModifier path)
-