FasterXML / jackson-dataformats-binary

Uber-project for standard Jackson binary format backends: avro, cbor, ion, protobuf, smile
Apache License 2.0
316 stars 136 forks source link

Method to add StringableClasses #143 #144

Closed trompa closed 3 years ago

trompa commented 6 years ago

Altho I don't really like to modify this static Set.

Any other options?

baharclerode commented 6 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.