Currently, ExceptionMapperRegistryBuilder always adds KatharsisExceptionMapper as a default exception mapper for katharsis client.
So, even when I try to add an exception mapper by overriding getExceptionMapperRegistry(), always the default one is selected and my custom mapper is ignored.
All the related classes are sealed ExceptionMapperType, ExceptionMapperRegistry for extension.
Is there any workaround?
Currently, ExceptionMapperRegistryBuilder always adds KatharsisExceptionMapper as a default exception mapper for katharsis client. So, even when I try to add an exception mapper by overriding getExceptionMapperRegistry(), always the default one is selected and my custom mapper is ignored.
All the related classes are sealed ExceptionMapperType, ExceptionMapperRegistry for extension. Is there any workaround?