Uses of Class
org.springframework.boot.test.json.AbstractJsonMarshalTester
Packages that use AbstractJsonMarshalTester
Package
Description
Auto-configuration for JSON tests.
Support for testing JSON.
-
Uses of AbstractJsonMarshalTester in org.springframework.boot.test.autoconfigure.json
Constructor parameters in org.springframework.boot.test.autoconfigure.json with type arguments of type AbstractJsonMarshalTesterModifierConstructorDescriptionprotectedJsonMarshalTesterRuntimeHints(Class<? extends AbstractJsonMarshalTester> tester) -
Uses of AbstractJsonMarshalTester in org.springframework.boot.test.json
Subclasses of AbstractJsonMarshalTester in org.springframework.boot.test.jsonModifier and TypeClassDescriptionclassGsonTester<T>AssertJ based JSON tester backed by Gson.classDeprecated, for removal: This API element is subject to removal in a future version.since 4.0.0 for removal in 4.2.0 in favor of Jackson 3.classAssertJ based JSON tester backed by Jackson.classJsonbTester<T>AssertJ based JSON tester backed by Jsonb.Methods in org.springframework.boot.test.json that return AbstractJsonMarshalTesterModifier and TypeMethodDescriptionprotected abstract AbstractJsonMarshalTester<Object> AbstractJsonMarshalTester.FieldInitializer.createTester(Class<?> resourceLoadClass, ResolvableType type, M marshaller) Constructor parameters in org.springframework.boot.test.json with type arguments of type AbstractJsonMarshalTesterModifierConstructorDescriptionprotectedFieldInitializer(Class<? extends AbstractJsonMarshalTester> testerClass)