Package org.springframework.test.json
@NonNullApi
@NonNullFields
package org.springframework.test.json
Testing support for JSON.
-
ClassDescriptionAbstractJsonContentAssert<SELF extends AbstractJsonContentAssert<SELF>>Base AssertJ assertions that can be applied to a JSON document.AbstractJsonValueAssert<SELF extends AbstractJsonValueAssert<SELF>>Base AssertJ assertions that can be applied to a JSON value.Useful methods that can be used with
org.skyscreamer.jsonassert
.Strategy interface used to compare JSON strings.Modes that can be used to compare JSON.A comparison of two JSON strings as returned from aJsonComparator
.Comparison results.DefaultAbstractJsonContentAssert
implementation.AssertJ assertions that can be applied to a JSON value produced by evaluating a JSON path expression.