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 RegexBody
RegexBody. 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 RegexBody
RegexBodyDTO. 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 void
RegexBodySerializer. serialize(RegexBody regexBody, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)
-