@Configuration
@ConditionalOnClass(value=com.fasterxml.jackson.databind.ObjectMapper.class)
@ConditionalOnBean(value=com.fasterxml.jackson.databind.ObjectMapper.class)
@ConditionalOnProperty(name="spring.http.converters.preferred-json-mapper",
havingValue="jackson",
matchIfMissing=true)
protected static class ContextFunctionCatalogAutoConfiguration.JacksonConfiguration
extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
JacksonConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
JacksonMapper |
jsonMapper(com.fasterxml.jackson.databind.ObjectMapper mapper) |
@Bean public JacksonMapper jsonMapper(com.fasterxml.jackson.databind.ObjectMapper mapper)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.