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
It's pretty much impossible to support scala without referring to scala types directly, which means bringing in scala libraries. To keep things lean, it would be best to have a single ScalaModelConverter class, which not only loads the DefaultScalaModule from Jackson, but handles scala types as needed.
converter/ScalaEnumTest.scala
The text was updated successfully, but these errors were encountered:
It's pretty much impossible to support scala without referring to scala types directly, which means bringing in scala libraries. To keep things lean, it would be best to have a single
ScalaModelConverter
class, which not only loads theDefaultScalaModule
from Jackson, but handles scala types as needed.The text was updated successfully, but these errors were encountered: