@Configuration @ConditionalOnClass(value=com.fasterxml.jackson.databind.ObjectMapper.class) @ConditionalOnBean(value=com.fasterxml.jackson.databind.ObjectMapper.class) public class JacksonAutoConfiguration extends Object
ObjectMapper bean, registering serializers and
deserializers for PropertyBox type handling.| Constructor and Description |
|---|
JacksonAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
static com.holonplatform.json.jackson.spring.boot.JacksonAutoConfiguration.ObjectMapperPostProcessor |
jacksonObjectMapperPostProcessor() |
Copyright © 2017 The Holon Platform. All rights reserved.