Uses of Interface
org.axonframework.extension.spring.conversion.avro.ClasspathAvroSchemaLoader
Packages that use ClasspathAvroSchemaLoader
Package
Description
-
Uses of ClasspathAvroSchemaLoader in org.axonframework.extension.spring.conversion.avro
Classes in org.axonframework.extension.spring.conversion.avro that implement ClasspathAvroSchemaLoaderModifier and TypeClassDescriptionclassAvro schema loader loading schemas embedded into Java classes generated by Avro Java Maven generator, which include the original schema in a static field. -
Uses of ClasspathAvroSchemaLoader in org.axonframework.extension.springboot.autoconfig
Methods in org.axonframework.extension.springboot.autoconfig that return ClasspathAvroSchemaLoaderModifier and TypeMethodDescriptionAvroSchemaStoreAutoConfiguration.specificRecordBaseClasspathAvroSchemaLoader(org.springframework.core.io.ResourceLoader resourceLoader) Constructs default schema loader from Avro-Java-Maven-Generated classes.Method parameters in org.axonframework.extension.springboot.autoconfig with type arguments of type ClasspathAvroSchemaLoaderModifier and TypeMethodDescriptionSet<org.apache.avro.Schema> AvroSchemaStoreAutoConfiguration.collectAvroSchemasFromClassPath(org.springframework.beans.factory.BeanFactory beanFactory, List<ClasspathAvroSchemaLoader> schemaLoader) Scans classpath for schemas, configured usingAvroSchemaScanannotations.