Class JsonTesterFactoryBean<T,M>

java.lang.Object
org.springframework.boot.test.autoconfigure.json.JsonTesterFactoryBean<T,M>
Type Parameters:
T - the object type
M - the marshaller type
All Implemented Interfaces:
FactoryBean<T>

public final class JsonTesterFactoryBean<T,M> extends Object implements FactoryBean<T>
FactoryBean used to create JSON Tester instances.
Since:
4.0.0
Author:
Phillip Webb