Class JacksonJsonMessageConverterMigration
java.lang.Object
io.awspring.cloud.sqs.support.converter.legacy.JacksonJsonMessageConverterMigration
- All Implemented Interfaces:
JacksonMessageConverterMigration
@Deprecated(forRemoval=true)
public class JacksonJsonMessageConverterMigration
extends Object
implements JacksonMessageConverterMigration
Deprecated, for removal: This API element is subject to removal in a future version.
Internal, migration-only implementation for the Jackson 3 variant.
This type is transitional and will be removed after the Jackson 3 migration is complete. It is internal wiring and not intended to be used by application code.
- Since:
- 4.0.0
- Author:
- Matej Nedic
-
Constructor Summary
ConstructorsConstructorDescriptionJacksonJsonMessageConverterMigration(tools.jackson.databind.json.JsonMapper jsonMapper) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddJacksonMigrationResolvers(List<HandlerMethodArgumentResolver> argumentResolvers, MessageConverter messageConverter) Deprecated, for removal: This API element is subject to removal in a future version.Deprecated, for removal: This API element is subject to removal in a future version.static voidenrichResolversDefault(List<HandlerMethodArgumentResolver> argumentResolvers, MessageConverter messageConverter) Deprecated, for removal: This API element is subject to removal in a future version.tools.jackson.databind.json.JsonMapperDeprecated, for removal: This API element is subject to removal in a future version.voidsetJsonMapper(tools.jackson.databind.json.JsonMapper jsonMapper) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.awspring.cloud.sqs.support.converter.legacy.JacksonMessageConverterMigration
configureLegacyObjectMapper
-
Constructor Details
-
JacksonJsonMessageConverterMigration
public JacksonJsonMessageConverterMigration(tools.jackson.databind.json.JsonMapper jsonMapper) Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getJsonMapper
public tools.jackson.databind.json.JsonMapper getJsonMapper()Deprecated, for removal: This API element is subject to removal in a future version. -
setJsonMapper
public void setJsonMapper(tools.jackson.databind.json.JsonMapper jsonMapper) Deprecated, for removal: This API element is subject to removal in a future version. -
createMigrationMessageConverter
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
createMigrationMessageConverterin interfaceJacksonMessageConverterMigration- Returns:
- the migration
MessageConverter
-
addJacksonMigrationResolvers
public void addJacksonMigrationResolvers(List<HandlerMethodArgumentResolver> argumentResolvers, MessageConverter messageConverter) Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
addJacksonMigrationResolversin interfaceJacksonMessageConverterMigration- Parameters:
argumentResolvers- list to add migration resolvers tomessageConverter- migrationMessageConverterto be used by those resolvers
-
enrichResolversDefault
public static void enrichResolversDefault(List<HandlerMethodArgumentResolver> argumentResolvers, MessageConverter messageConverter) Deprecated, for removal: This API element is subject to removal in a future version.
-