public interface ObjectMapperFactory
| Modifier and Type | Field and Description |
|---|---|
static com.fasterxml.jackson.databind.Module |
MR_BEAN |
| Modifier and Type | Method and Description |
|---|---|
static com.fasterxml.jackson.databind.ObjectMapper |
createMapper(String name,
Class<? extends ObjectMapperFactory> factoryClass) |
static com.fasterxml.jackson.databind.Module |
createMrBean() |
com.fasterxml.jackson.databind.ObjectMapper |
createObjectMapper()
Create an ObjectMapper
|
com.fasterxml.jackson.databind.ObjectMapper createObjectMapper()
static com.fasterxml.jackson.databind.ObjectMapper createMapper(String name, Class<? extends ObjectMapperFactory> factoryClass)
static com.fasterxml.jackson.databind.Module createMrBean()
Copyright © 2016. All rights reserved.