public class ObjectMapperFactory extends Object
| Constructor and Description | 
|---|
ObjectMapperFactory()  | 
| Modifier and Type | Method and Description | 
|---|---|
static com.fasterxml.jackson.databind.ObjectMapper | 
createObjectMapper()  | 
static com.fasterxml.jackson.databind.ObjectWriter | 
createObjectMapper(boolean pretty,
                  com.fasterxml.jackson.databind.JsonSerializer... additionJsonSerializers)  | 
static com.fasterxml.jackson.databind.ObjectMapper | 
createObjectMapper(com.fasterxml.jackson.databind.JsonDeserializer... replacementJsonDeserializers)  | 
static com.fasterxml.jackson.databind.ObjectMapper | 
createObjectMapper(com.fasterxml.jackson.databind.JsonSerializer... additionJsonSerializers)  | 
public static com.fasterxml.jackson.databind.ObjectMapper createObjectMapper()
public static com.fasterxml.jackson.databind.ObjectMapper createObjectMapper(com.fasterxml.jackson.databind.JsonSerializer... additionJsonSerializers)
public static com.fasterxml.jackson.databind.ObjectMapper createObjectMapper(com.fasterxml.jackson.databind.JsonDeserializer... replacementJsonDeserializers)
public static com.fasterxml.jackson.databind.ObjectWriter createObjectMapper(boolean pretty,
                                                                             com.fasterxml.jackson.databind.JsonSerializer... additionJsonSerializers)
Copyright © 2020. All rights reserved.