Uses of Class
org.springframework.test.json.AbstractJsonContentAssert
Packages that use AbstractJsonContentAssert
Package
Description
Testing support for JSON.
AssertJ support for MockMvc.
- 
Uses of AbstractJsonContentAssert in org.springframework.test.json
Classes in org.springframework.test.json with type parameters of type AbstractJsonContentAssertModifier and TypeClassDescriptionclassAbstractJsonContentAssert<SELF extends AbstractJsonContentAssert<SELF>>Base AssertJ assertions that can be applied to a JSON document.Subclasses of AbstractJsonContentAssert in org.springframework.test.json - 
Uses of AbstractJsonContentAssert in org.springframework.test.web.servlet.assertj
Methods in org.springframework.test.web.servlet.assertj that return AbstractJsonContentAssert