public class ObjectMapperFactory extends Object
ObjectMapperFactory for creating ObjectMapper objects.| Constructor and Description |
|---|
ObjectMapperFactory() |
| Modifier and Type | Method and Description |
|---|---|
static com.fasterxml.jackson.databind.ObjectMapper |
getObjectMapper()
Gets the object mapper.
|
static com.fasterxml.jackson.databind.ObjectMapper |
getObjectMapper(boolean newMapper)
Gets the object mapper.
|
public static com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
public static com.fasterxml.jackson.databind.ObjectMapper getObjectMapper(boolean newMapper)
newMapper - flag that indicates if a new ObjectMapper should be created. if true a new
ObjectMapper will be created otherwise the ObjectMapper from this class will be
returned.Copyright © 2015–2019 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.