Skip to content

godenji/play-iso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

play-iso

Deprecated

For Scala 2.12/2.13 supported version please use Isomorphic instead.

Description

Eliminates binding boilerplate for your custom types in routes and forms (i.e. no need to define QueryStringBindable, PathBindable, and Formatter bindings). If your custom type is a value class (or has a single value constructor), play-iso will automatically convert primitive type for a given route or form field param to the target custom type (e.g. convert a Long to a UserId).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages