Currently classes using discriminators must either:
- Be explicitly registered
- Contain the whole class path including the package
- Be named after the class and have the package path registered in the PojoCodecProvider.
It would be simpler for users to use any Discriminator they like and support scanning for discriminators.