ObjectMapperFactory Class
- java.
lang. Object - com.
azure. spring. data. cosmos. core. convert. ObjectMapperFactory
- com.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java