Class JsonMapperFactory
- java.lang.Object
-
- com.networknt.schema.serialization.JsonMapperFactory
-
public class JsonMapperFactory extends java.lang.Object
Json Mapper Factory.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static class
JsonMapperFactory.Holder
The holder defers the classloading until it is used.
-
Constructor Summary
Constructors Constructor Description JsonMapperFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.fasterxml.jackson.databind.ObjectMapper
getInstance()
Gets the singleton instance of the JsonMapper.
-