@Configuration(proxyBeanMethods=false)
@ConditionalOnClass(value={RefreshBusEndpoint.class,com.fasterxml.jackson.databind.ObjectMapper.class})
@AutoConfigureBefore(value={BusAutoConfiguration.class,org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration.class})
public class BusJacksonAutoConfiguration
extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
BusJacksonAutoConfiguration.CborConfiguration |
| Constructor and Description |
|---|
BusJacksonAutoConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.messaging.converter.AbstractMessageConverter |
busJsonConverter(com.fasterxml.jackson.databind.ObjectMapper objectMapper) |
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.