Skip to content
This repository has been archived by the owner on Sep 14, 2022. It is now read-only.

Use dataTypeClass to help support type safety in scala #174

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

smrutimo
Copy link

No description provided.

@mcallisto
Copy link

@smrutimo do you think your PR would solve the following:

I can load a case class Foo definition with
dataType = "models.Foo"

But it doesn't work with
dataType = "forms.Bar.Foo" // compile error java.lang.ClassNotFoundException
where Foo is contained in object Bar

I can reach the class with
dataTypeClass = classOf[forms.Bar.Foo]
but it has no visible effect, the type is not displayed.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants