Uses of Class
org.springframework.test.json.JsonContent
Packages that use JsonContent
-
Uses of JsonContent in org.springframework.test.json
Subclasses with type arguments of type JsonContent in org.springframework.test.jsonModifier and TypeClassDescriptionclass
AbstractJsonContentAssert<SELF extends AbstractJsonContentAssert<SELF>>
Base AssertJ assertions that can be applied to a JSON document.Constructors in org.springframework.test.json with parameters of type JsonContentModifierConstructorDescriptionprotected
AbstractJsonContentAssert
(@Nullable JsonContent actual, Class<?> selfType) Create an assert for the given JSON document.Create an assert for the given JSON document.