Class JacksonObjectMapperFactory
- java.lang.Object
-
- com.azure.spring.autoconfigure.aad.JacksonObjectMapperFactory
-
public final class JacksonObjectMapperFactory extends Object
factory class of JacksonObjectMapper
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ObjectMappergetInstance()Gets the singleton instance of ObjectMapper.
-
-
-
Method Detail
-
getInstance
public static ObjectMapper getInstance()
Gets the singleton instance of ObjectMapper.- Returns:
- the ObjectMapper instance
-
-