public class DefaultObjectMapperFactory extends Object implements ObjectMapperFactory
| Modifier and Type | Field and Description |
|---|---|
static DefaultObjectMapperFactory |
instance |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.ObjectMapper |
create(URL url)
Creates configured
ObjectMapper |
static ObjectMapperFactory |
factoryForURL(URL url) |
public static final DefaultObjectMapperFactory instance
public com.fasterxml.jackson.databind.ObjectMapper create(URL url)
ObjectMapperFactoryObjectMappercreate in interface ObjectMapperFactoryurl - URLpublic static ObjectMapperFactory factoryForURL(URL url)
Copyright © 2016. All rights reserved.