Uses of Class
org.mockserver.model.FuzzyBody
Packages that use FuzzyBody
Package
Description
-
Uses of FuzzyBody in org.mockserver.model
Methods in org.mockserver.model that return FuzzyBodyModifier and TypeMethodDescriptionstatic FuzzyBodyMatch when the request body is at least80%similar tovalue.static FuzzyBodyMatch when the request body is at leastthresholdsimilar tovalue.static FuzzyBodyMatch when the request body is at leastthresholdsimilar tovalue, optionally ignoring case (and surrounding whitespace) when comparing. -
Uses of FuzzyBody in org.mockserver.serialization.model
Methods in org.mockserver.serialization.model that return FuzzyBodyConstructors in org.mockserver.serialization.model with parameters of type FuzzyBodyModifierConstructorDescriptionFuzzyBodyDTO(FuzzyBody fuzzyBody) FuzzyBodyDTO(FuzzyBody fuzzyBody, Boolean not) -
Uses of FuzzyBody in org.mockserver.serialization.serializers.body
Methods in org.mockserver.serialization.serializers.body with parameters of type FuzzyBody