Parsing
play.api.mvc.QueryStringBindable.Parsing
A helper class for creating QueryStringBindables to map the value of a single key
Type parameters
- A
-
the type being parsed
Value parameters
- error
-
a function for rendering an error message if an error occurs
- parse
-
a function to parse the param value
- serialize
-
a function to serialize and URL-encode the param value. Remember to encode arbitrary strings, for example using URLEncoder.encode.
Attributes
- Graph
-
- Supertypes
- Known subtypes
-
object bindableBooleanobject bindableDoubleobject bindableFloatobject bindableIntobject bindableLongobject bindableShortobject bindableUUID
Members list
In this article