Uses of Class
org.mockserver.model.RegexBody
-
Packages that use RegexBody Package Description org.mockserver.model org.mockserver.serialization.model org.mockserver.serialization.serializers.body -
-
Uses of RegexBody in org.mockserver.model
Methods in org.mockserver.model that return RegexBody Modifier and Type Method Description static RegexBodyRegexBody. regex(String regex) -
Uses of RegexBody in org.mockserver.serialization.model
Methods in org.mockserver.serialization.model that return RegexBody Modifier and Type Method Description RegexBodyRegexBodyDTO. buildObject()Constructors in org.mockserver.serialization.model with parameters of type RegexBody Constructor Description RegexBodyDTO(RegexBody regexBody)RegexBodyDTO(RegexBody regexBody, Boolean not) -
Uses of RegexBody in org.mockserver.serialization.serializers.body
Methods in org.mockserver.serialization.serializers.body with parameters of type RegexBody Modifier and Type Method Description voidRegexBodySerializer. serialize(RegexBody regexBody, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)
-