Uses of Class
org.mockserver.matchers.HttpRequestPropertiesMatcher
-
Packages that use HttpRequestPropertiesMatcher Package Description org.mockserver.matchers org.mockserver.serialization.serializers.matcher -
-
Uses of HttpRequestPropertiesMatcher in org.mockserver.matchers
Methods in org.mockserver.matchers that return HttpRequestPropertiesMatcher Modifier and Type Method Description HttpRequestPropertiesMatcherHttpRequestPropertiesMatcher. withControlPlaneMatcher(boolean controlPlaneMatcher)Methods in org.mockserver.matchers that return types with arguments of type HttpRequestPropertiesMatcher Modifier and Type Method Description List<HttpRequestPropertiesMatcher>HttpRequestsPropertiesMatcher. getHttpRequestPropertiesMatchers() -
Uses of HttpRequestPropertiesMatcher in org.mockserver.serialization.serializers.matcher
Methods in org.mockserver.serialization.serializers.matcher with parameters of type HttpRequestPropertiesMatcher Modifier and Type Method Description voidHttpRequestPropertiesMatcherSerializer. serialize(HttpRequestPropertiesMatcher requestPropertiesMatcher, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)
-