你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ObjectMapperFactory Class

  • java.lang.Object
    • com.azure.spring.data.cosmos.core.convert.ObjectMapperFactory

public class ObjectMapperFactory

Factory class for object mapper

Constructor Summary

Constructor Description
ObjectMapperFactory()

Creates an instance of ObjectMapperFactory.

Method Summary

Modifier and Type Method and Description
static com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()

To get object mapper

Methods inherited from java.lang.Object

Constructor Details

ObjectMapperFactory

public ObjectMapperFactory()

Creates an instance of ObjectMapperFactory.

Method Details

getObjectMapper

public static ObjectMapper getObjectMapper()

To get object mapper

Returns:

ObjectMapper

Applies to