Closed trompa closed 3 years ago
This alters the static global instance for all mappers. If this is going to be alterable, it needs a way to be customized per-mapper. IMHO AvroSchemaMapper is an internal class and really shouldn't be referenced outside of Jackson by application code-- I believe it's public here just so that it can be referenced by code in other jackson packages.
Altho I don't really like to modify this static Set.
Any other options?