Package | Description |
---|---|
org.axonframework.spring.serialization.avro | |
org.axonframework.springboot.autoconfig |
Modifier and Type | Class and Description |
---|---|
class |
SpecificRecordBaseClasspathAvroSchemaLoader
Avro schema loader loading schemas embedded into Java classes generated by Avro Java Maven generator, which include
the original schema in a static field.
|
Modifier and Type | Method and Description |
---|---|
ClasspathAvroSchemaLoader |
AvroSerializerAutoConfiguration.specificRecordBaseClasspathAvroSchemaLoader(org.springframework.core.io.ResourceLoader resourceLoader)
Constructs default schema loader from Avro-Java-Maven-Generated classes.
|
Modifier and Type | Method and Description |
---|---|
org.apache.avro.message.SchemaStore |
AvroSerializerAutoConfiguration.defaultAxonSchemaStore(org.springframework.beans.factory.BeanFactory beanFactory,
List<ClasspathAvroSchemaLoader> schemaLoader)
Constructs a default in-memory schema store filled with schemas detected during class scanning of packages,
configured using
AvroSchemaScan annotations. |
Copyright © 2010–2025. All rights reserved.