Uses of Class
org.springframework.boot.test.json.AbstractJsonMarshalTester
Packages that use AbstractJsonMarshalTester
-
Uses of AbstractJsonMarshalTester in org.springframework.boot.test.json
Subclasses of AbstractJsonMarshalTester in org.springframework.boot.test.jsonModifier and TypeClassDescriptionclass
GsonTester<T>
AssertJ based JSON tester backed by Gson.class
AssertJ based JSON tester backed by Jackson.class
JsonbTester<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 AbstractJsonMarshalTesterModifierConstructorDescriptionprotected
FieldInitializer
(Class<? extends AbstractJsonMarshalTester> testerClass)