Class AvroConverterAutoConfiguration

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

@AutoConfiguration @AutoConfigureBefore(ConverterAutoConfiguration.class) @ConditionalOnClass(name="org.apache.avro.message.SchemaStore") @EnableConfigurationProperties(ConverterProperties.class) public class AvroConverterAutoConfiguration extends Object implements org.springframework.beans.factory.BeanClassLoaderAware
Autoconfigures the AvroConverter, if configured via the ConverterProperties.
Since:
5.1.0
Author:
Jakob Hatzl