Uses of Class
org.mockserver.model.PathModifier
Packages that use PathModifier
-
Uses of PathModifier in org.mockserver.model
Methods in org.mockserver.model that return PathModifierModifier and TypeMethodDescriptionHttpRequestModifier.getPath()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.htmlPathModifier.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 -
Uses of PathModifier in org.mockserver.serialization.model
Methods in org.mockserver.serialization.model that return PathModifierMethods in org.mockserver.serialization.model with parameters of type PathModifier