public class ObjectMapperFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static com.fasterxml.jackson.databind.ObjectMapper |
createObjectMapper()
Method creates a new
ObjectMapper based on the default configuration mechanism ObjectMapperConfig. |
static com.fasterxml.jackson.databind.ObjectMapper |
createObjectMapper(ObjectMapperConfiguration pConfiguration)
Method creates a new
ObjectMapper based on the passed configuration. |
public static com.fasterxml.jackson.databind.ObjectMapper createObjectMapper()
ObjectMapper based on the default configuration mechanism ObjectMapperConfig.ObjectMapper Created object mapper. The method never returns null.public static com.fasterxml.jackson.databind.ObjectMapper createObjectMapper(ObjectMapperConfiguration pConfiguration)
ObjectMapper based on the passed configuration.pConfiguration - Configuration for the ObjectMapper. The parameter must not be null.ObjectMapper Created object mapper. The method never returns null.Copyright © 2022. All rights reserved.