You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I understand the source code correctly, it should be possible to specify custom ExceptionMappers from the config file inflector.yaml. I am referring to the Configuration.java class and the following code, where the ExceptionMappers would be loaded iside the read(configLocation) method call.
If the config couldn't load from from system property, but instead from resources in the next block, it seems the ExceptionMappers are not loaded at all (as this would happen inside the read(configLocation) method).
Hi,
If I understand the source code correctly, it should be possible to specify custom ExceptionMappers from the config file inflector.yaml. I am referring to the Configuration.java class and the following code, where the ExceptionMappers would be loaded iside the
read(configLocation)
method call.If the config couldn't load from from system property, but instead from resources in the next block, it seems the ExceptionMappers are not loaded at all (as this would happen inside the
read(configLocation)
method).I am correct here? Would be glad for a comment.
The text was updated successfully, but these errors were encountered: