-
- All Implemented Interfaces:
-
tech.harmonysoft.oss.http.server.mock.request.condition.DynamicRequestCondition
public final class JsonBodyPathToMatcherCondition implements DynamicRequestCondition
-
-
Field Summary
Fields Modifier and Type Field Description private final Map<String, Matcher>path2matcherprivate final JsonHelperjsonHelper
-
Constructor Summary
Constructors Constructor Description JsonBodyPathToMatcherCondition(Map<String, Matcher> path2matcher, JsonHelper jsonHelper)
-
Method Summary
Modifier and Type Method Description final Map<String, Matcher>getPath2matcher()final JsonHelpergetJsonHelper()Booleanmatches(HttpRequest request)StringtoString()-
-
Method Detail
-
getPath2matcher
final Map<String, Matcher> getPath2matcher()
-
getJsonHelper
final JsonHelper getJsonHelper()
-
-
-
-