List of usage examples for org.springframework.integration.support.utils IntegrationUtils getConversionService
public static ConversionService getConversionService(BeanFactory beanFactory)
From source file:org.springframework.cloud.iot.integration.coap.support.DefaultCoapHeaderMapper.java
@Override public void afterPropertiesSet() throws Exception { if (this.beanFactory != null) { this.conversionService = IntegrationUtils.getConversionService(this.beanFactory); }/* w w w . j av a2 s.com*/ }