Package org.springframework.test.json
@NonNullApi
@NonNullFields
package org.springframework.test.json
Testing support for JSON.
-
ClassDescriptionAbstractJsonValueAssert<SELF extends AbstractJsonValueAssert<SELF>>Base AssertJ
assertions
that can be applied to a JSON value.AssertJassertions
that can be applied to aCharSequence
representation of a JSON document, mostly to compare the JSON document against a target, using JSON Assert.AssertJassertions
that can be applied to aCharSequence
representation of a JSON document using JSON path.AssertJassertions
that can be applied to a JSON value produced by evaluating a JSON path expression.