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
In BosonInjectorImpl.scala we're currently checking the type of a codec in run time through the use of the function isCodecJson(codec) we should refactor this in order to be generic and have the Codec specific code inside each codec.
The text was updated successfully, but these errors were encountered:
In BosonInjectorImpl.scala we're currently checking the type of a codec in run time through the use of the function
isCodecJson(codec)
we should refactor this in order to be generic and have the Codec specific code inside each codec.The text was updated successfully, but these errors were encountered: