public class IsJson<T>
extends org.hamcrest.TypeSafeMatcher<T>
Constructor and Description |
---|
IsJson(org.hamcrest.Matcher<? super ReadContext> jsonMatcher) |
Modifier and Type | Method and Description |
---|---|
protected void |
describeMismatchSafely(T json,
org.hamcrest.Description mismatchDescription) |
void |
describeTo(org.hamcrest.Description description) |
protected boolean |
matchesSafely(T json) |
public IsJson(org.hamcrest.Matcher<? super ReadContext> jsonMatcher)
Copyright © 2024. All rights reserved.