object PathBindable extends PathBindableMacros
Ordering
- Alphabetic
- By Inheritance
Inherited
- PathBindable
- PathBindableMacros
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- class Parsing[A] extends PathBindable[A]
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
- A
the type being parsed
Value Members
- implicit macro def anyValPathBindable[T <: AnyVal]: PathBindable[T]
Path binder for AnyVal
Path binder for AnyVal
- Definition Classes
- PathBindableMacros
- implicit def bindableCharacter: [Character]
Path binder for Java Character.
- implicit def bindableJavaBoolean: [Boolean]
Path binder for Java Boolean.
- implicit def bindableJavaDouble: [Double]
Path binder for Java Double.
- implicit def bindableJavaFloat: [Float]
Path binder for Java Float.
- implicit def bindableJavaInteger: [Integer]
Path binder for Java Integer.
- implicit def bindableJavaLong: [Long]
Path binder for Java Long.
- implicit def javaPathBindable[T <: mvc.PathBindable[T]](implicit ct: ClassTag[T]): PathBindable[T]
Path binder for Java PathBindable
- implicit object bindableBoolean extends Parsing[Boolean]
Path binder for Boolean.
- implicit object bindableChar extends PathBindable[Char]
Path binder for Char.
- implicit object bindableDouble extends Parsing[Double]
Path binder for Double.
- implicit object bindableFloat extends Parsing[Float]
Path binder for Float.
- implicit object bindableInt extends Parsing[Int]
Path binder for Int.
- implicit object bindableLong extends Parsing[Long]
Path binder for Long.
- implicit object bindableString extends Parsing[String]
Path binder for String.
- implicit object bindableUUID extends [UUID]
Path binder for java.util.UUID.
Default binders for URL path part.