public class ObjectMapperFactory extends Object
| Constructor and Description |
|---|
ObjectMapperFactory() |
| Modifier and Type | Method and Description |
|---|---|
static com.fasterxml.jackson.databind.ObjectMapper |
create() |
static com.fasterxml.jackson.databind.ObjectMapper |
createYaml() |
static com.fasterxml.jackson.databind.ObjectMapper |
getThreadLocal() |
static com.fasterxml.jackson.databind.ObjectMapper |
getThreadLocalYaml() |
public static com.fasterxml.jackson.databind.ObjectMapper create()
public static com.fasterxml.jackson.databind.ObjectMapper createYaml()
public static com.fasterxml.jackson.databind.ObjectMapper getThreadLocal()
public static com.fasterxml.jackson.databind.ObjectMapper getThreadLocalYaml()
Copyright © 2017–2021 Apache Software Foundation. All rights reserved.