Package | Description |
---|---|
org.mockserver.model | |
org.mockserver.serialization.model |
Modifier and Type | Method and Description |
---|---|
PathModifier |
HttpRequestModifier.getPath() |
PathModifier |
PathModifier.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.html
|
PathModifier |
PathModifier.withSubstitution(String substitution)
The pattern to substitute for the matched regex, matching groups are supported using $ followed by the group number for example $1
|
Modifier and Type | Method and Description |
---|---|
HttpRequestModifier |
HttpRequestModifier.withPath(PathModifier path) |
Modifier and Type | Method and Description |
---|---|
PathModifier |
HttpRequestModifierDTO.getPath() |
Modifier and Type | Method and Description |
---|---|
HttpRequestModifierDTO |
HttpRequestModifierDTO.setPath(PathModifier path) |
Copyright © 2022. All rights reserved.