Class ConverterAutoConfiguration

java.lang.Object
org.axonframework.extension.springboot.autoconfig.ConverterAutoConfiguration
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.context.ApplicationContextAware

@AutoConfiguration @AutoConfigureBefore(AxonAutoConfiguration.class) @EnableConfigurationProperties(ConverterProperties.class) public class ConverterAutoConfiguration extends Object implements org.springframework.context.ApplicationContextAware, org.springframework.beans.factory.BeanClassLoaderAware
Autoconfiguration class dedicated to configuring the Converter.

Users can influence the configuration through the ConverterProperties.

Since:
5.0.0
Author:
Steven van Beelen