public class ObjectMapperFactory extends Object
| Constructor and Description |
|---|
ObjectMapperFactory() |
| Modifier and Type | Method and Description |
|---|---|
static com.fasterxml.jackson.databind.ObjectMapper |
buildStrictGenericObjectMapper() |
protected static com.fasterxml.jackson.databind.ObjectMapper |
createJson() |
protected static com.fasterxml.jackson.databind.ObjectMapper |
createJson31() |
protected static com.fasterxml.jackson.databind.ObjectMapper |
createJsonConverter() |
protected static com.fasterxml.jackson.databind.ObjectMapper |
createYaml() |
protected static com.fasterxml.jackson.databind.ObjectMapper |
createYaml(boolean openapi31) |
protected static com.fasterxml.jackson.databind.ObjectMapper |
createYaml31() |
protected static com.fasterxml.jackson.databind.ObjectMapper createJson()
protected static com.fasterxml.jackson.databind.ObjectMapper createYaml(boolean openapi31)
protected static com.fasterxml.jackson.databind.ObjectMapper createYaml()
protected static com.fasterxml.jackson.databind.ObjectMapper createJson31()
protected static com.fasterxml.jackson.databind.ObjectMapper createYaml31()
protected static com.fasterxml.jackson.databind.ObjectMapper createJsonConverter()
public static com.fasterxml.jackson.databind.ObjectMapper buildStrictGenericObjectMapper()
Copyright © 2022. All rights reserved.