Uses of Interface
org.axonframework.conversion.GeneralConverter
Packages that use GeneralConverter
Package
Description
Classes related to message conversion in Axon Framework.
Part of the Axon Extension module.
-
Uses of GeneralConverter in org.axonframework.conversion
Classes in org.axonframework.conversion that implement GeneralConverterModifier and TypeClassDescriptionclassAGeneralConverterimplementation delegating conversion operations to aConverter. -
Uses of GeneralConverter in org.axonframework.extension.springboot.autoconfig
Methods in org.axonframework.extension.springboot.autoconfig that return GeneralConverterModifier and TypeMethodDescriptionAvroConverterAutoConfiguration.converter()Bean creation method to throw anAxonConfigurationException, indicating that theAvroConverteris not supported as general converter.CBORConverterAutoConfiguration.converter(tools.jackson.dataformat.cbor.CBORMapper cborMapper) Bean creation method constructing a CBOR basedJacksonConverteras theGeneralConverterto be used by Axon Framework.Jackson2ConverterAutoConfiguration.converter(com.fasterxml.jackson.databind.ObjectMapper objectMapper) Bean creation method constructing aJackson2Converteras theGeneralConverterto be used by Axon Framework.JacksonConverterAutoConfiguration.converter(tools.jackson.databind.ObjectMapper objectMapper) Bean creation method constructing aJacksonConverteras theGeneralConverterto be used by Axon Framework.Methods in org.axonframework.extension.springboot.autoconfig with parameters of type GeneralConverterModifier and TypeMethodDescriptionCBORConverterAutoConfiguration.delegatingMessageConverter(GeneralConverter generalConverter) Bean creation method constructing aMessageConverterdelegating to theGeneralConverterin case both usecbor.ConverterAutoConfiguration.delegatingMessageConverter(GeneralConverter generalConverter) Bean creation method constructing aMessageConverterdelegating to theGeneralConverterin case it usesdefault.Jackson2ConverterAutoConfiguration.delegatingMessageConverter(GeneralConverter generalConverter) Bean creation method constructing aMessageConverterdelegating to theGeneralConverterin case both usejackson2.JacksonConverterAutoConfiguration.delegatingMessageConverter(GeneralConverter generalConverter) Bean creation method constructing aMessageConverterdelegating to theGeneralConverterin case both usejackson/default.JdbcAutoConfiguration.tokenStore(DataSource dataSource, TokenSchema tokenSchema, GeneralConverter converter) Provides a JDBC-backedTokenStorefor tracking event processor token persistence.JpaAutoConfiguration.tokenStore(jakarta.persistence.EntityManagerFactory entityManagerFactory, TokenStoreProperties tokenStoreProperties, GeneralConverter converter) Builds a JPA Token Store.