Parsing
play.api.mvc.PathBindable.Parsing
A helper class for creating PathBindables to map the value of a path pattern/segment
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 path value
- serialize
-
a function to serialize the path value to a string
Attributes
- Graph
-
- Supertypes
- Known subtypes
-
object bindableBoolean.typeobject bindableDouble.typeobject bindableFloat.typeobject bindableInt.typeobject bindableLong.typeobject bindableString.typeobject bindableUUID.type
Members list
In this article