Class JsonMapperFactory
java.lang.Object
com.networknt.schema.serialization.JsonMapperFactory
Json Mapper Factory.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.fasterxml.jackson.databind.ObjectMapper
Gets the singleton instance of the JsonMapper.
-
Constructor Details
-
JsonMapperFactory
public JsonMapperFactory()
-
-
Method Details
-
getInstance
public static com.fasterxml.jackson.databind.ObjectMapper getInstance()Gets the singleton instance of the JsonMapper.- Returns:
- the JsonMapper
-