@Configuration @ConditionalOnClass(value=com.fasterxml.jackson.databind.ObjectMapper.class) @ConditionalOnBean(value=com.fasterxml.jackson.databind.ObjectMapper.class) @AutoConfigureAfter(value=org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration.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 © 2019 The Holon Platform. All rights reserved.