Interface IJsonContentMatcher<C,R>
- Type Parameters:
C- Type of the context passed to the matcher methods.R- Type of the result.
public interface IJsonContentMatcher<C,R>
Matches the contents of a JSON value, depending on whether it is a JSON primitive value, an array, or an object.
- Since:
- 8.2.0
-
Method Summary
-
Method Details
-
array
-
object
-
primitive
-