- HamcrestConverter<T,U> - Class in com.github.restdriver.matchers.util
-
Used to convert a Matcher<T> to a Matcher <U> by using a provided Function<U, T>.
- HamcrestConverter(Function<U, T>) - Constructor for class com.github.restdriver.matchers.util.HamcrestConverter
-
- HasJsonArray - Class in com.github.restdriver.matchers
-
Matcher to verify that a JsonNode has an array with the specified field name.
- HasJsonArray(String, Matcher<?>) - Constructor for class com.github.restdriver.matchers.HasJsonArray
-
Create an instance of this matcher.
- HasJsonPath<T> - Class in com.github.restdriver.matchers
-
Matcher to enable assertions on JSON objects using JSONpath.
- HasJsonPath(String) - Constructor for class com.github.restdriver.matchers.HasJsonPath
-
Constructor.
- HasJsonPath(String, Matcher<T>) - Constructor for class com.github.restdriver.matchers.HasJsonPath
-
Constructor.
- hasJsonPath(String) - Static method in class com.github.restdriver.Matchers
-
Checks whether the given JSON object matches the JSONpath.
- hasJsonPath(String, Matcher<T>) - Static method in class com.github.restdriver.Matchers
-
Checks whether the given JSON object matches the JSONpath.
- HasJsonValue - Class in com.github.restdriver.matchers
-
Matcher to check that a given key has a particular value in a JsonNode.
- HasJsonValue(String, Matcher<?>) - Constructor for class com.github.restdriver.matchers.HasJsonValue
-
Creates an instance of this matcher.
- HasJsonWhich - Class in com.github.restdriver.matchers
-
A matcher for string which treats the string as a JsonNode.
- HasJsonWhich(Matcher<JsonNode>) - Constructor for class com.github.restdriver.matchers.HasJsonWhich
-
- hasJsonWhich(Matcher<JsonNode>) - Static method in class com.github.restdriver.Matchers
-
- HasXPath - Class in com.github.restdriver.matchers
-
- hasXPath(String, Matcher<String>) - Static method in class com.github.restdriver.matchers.HasXPath
-
Returns a Matcher<String> (presumably for matching a string containing XML) which checks that the given xPath is matched by the matcher.
- hasXPath(String) - Static method in class com.github.restdriver.matchers.HasXPath
-
Returns a Matcher<String> (presumably for matching a string containing XML) which checks that the given xPath exists (ie doesn't return null).