Default binders for URL path part.
Attributes
- Companion
- trait
- Graph
-
- Supertypes
- Self type
-
PathBindable.type
Members list
Type members
Classlikes
A helper class for creating PathBindables to map the value of a path pattern/segment
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
- Supertypes
- Known subtypes
-
object bindableBooleanobject bindableDoubleobject bindableFloatobject bindableIntobject bindableLongobject bindableStringobject bindableUUIDShow all
Path binder for Boolean.
Path binder for Char.
Path binder for Double.
Path binder for Float.
Path binder for Int.
Path binder for Long.
Path binder for String.
Path binder for java.util.UUID.
Implicits
Implicits
Path binder for Java Character.
Path binder for Java Character.
Attributes
Path binder for Java Boolean.
Path binder for Java Boolean.
Attributes
Path binder for Java Double.
Path binder for Java Double.
Attributes
Path binder for Java Float.
Path binder for Java Float.
Attributes
Path binder for Java Integer.
Path binder for Java Integer.
Attributes
Path binder for Java Long.
Path binder for Java Long.
Attributes
Path binder for Java PathBindable
Path binder for Java PathBindable
Attributes
Inherited implicits
Path binder for AnyVal