Class JsonTesterFactoryBean<T,M>
java.lang.Object
org.springframework.boot.test.autoconfigure.json.JsonTesterFactoryBean<T,M>
- Type Parameters:
T- the object typeM- the marshaller type
- All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<T>
public final class JsonTesterFactoryBean<T,M>
extends Object
implements org.springframework.beans.factory.FactoryBean<T>
FactoryBean used to create JSON Tester instances.- Since:
- 4.0.0
-
Field Summary
Fields inherited from interface org.springframework.beans.factory.FactoryBean
OBJECT_TYPE_ATTRIBUTE -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
JsonTesterFactoryBean
-
-
Method Details
-
isSingleton
public boolean isSingleton()- Specified by:
isSingletonin interfaceorg.springframework.beans.factory.FactoryBean<T>
-
getObject
-
getObjectType
-