Class JsonMapperFactory
- java.lang.Object
-
- com.networknt.schema.serialization.JsonMapperFactory
-
public class JsonMapperFactory extends java.lang.ObjectJson Mapper Factory.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static classJsonMapperFactory.HolderThe 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.ObjectMappergetInstance()Gets the singleton instance of the JsonMapper.
-