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
We are trying to convert Scala Models (using case class, Seq, traits, Option etc.) with Hollow API Generator. However it is not able to generate the same. The errors are corresponding to unexpected interface for Scala specific classes.
Caused by: java.lang.IllegalArgumentException: Unexpected interface Seq passed as field.
at com.netflix.hollow.core.write.objectmapper.HollowObjectTypeMapper.<init>(HollowObjectTypeMapper.java:82)
Please provide help or guidance on converting Scala based models via Hollow API generator.
The text was updated successfully, but these errors were encountered:
We are trying to convert Scala Models (using case class, Seq, traits, Option etc.) with Hollow API Generator. However it is not able to generate the same. The errors are corresponding to unexpected interface for Scala specific classes.
Please provide help or guidance on converting Scala based models via Hollow API generator.
The text was updated successfully, but these errors were encountered: