AWS Glue Schema Registry Client library provides serializers / de-serializers for applications to integrate with AWS Glue Schema Registry Service. The library currently supports Avro, JSON and Protobuf data formats. See https://docs.aws.amazon.com/glue/latest/dg/schema-registry.html to get started.
Apache License 2.0
132
stars
98
forks
source link
Allow customization of ObjectMapper / registration of default modules missing #321
The library creates multiple new ObjectMapper instances for JSON serialization/validation which all are missing the default classpath modules, e.g. Kotlin module.
It also does not allow customization of the registered modules.
This makes it almost impossible to use with Kotlin classes.
Please allow customization or at least call objectMapper.findAndRegisterModules()
The library creates multiple new ObjectMapper instances for JSON serialization/validation which all are missing the default classpath modules, e.g. Kotlin module. It also does not allow customization of the registered modules. This makes it almost impossible to use with Kotlin classes. Please allow customization or at least call objectMapper.findAndRegisterModules()