Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how to to validate based on a second object #12

Open
dnltsk opened this issue Jun 19, 2019 · 0 comments
Open

how to to validate based on a second object #12

dnltsk opened this issue Jun 19, 2019 · 0 comments

Comments

@dnltsk
Copy link

dnltsk commented Jun 19, 2019

Is it possible to validate the following rule?

a string value needs to be in a given list of strings

val validNames = listOf("a", "b", "c")
val validUser = User(name = "a")
val invalidUser = User(name = "x")

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

No branches or pull requests

1 participant