Packages

object PathBindable

Default binders for URL path part.

Source
Binders.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PathBindable
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. 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

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. implicit macro def anyValPathBindable[T <: AnyVal]: PathBindable[T]

    Path binder for AnyVal

  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. implicit def bindableCharacter: PathBindable[Character]

    Path binder for Java Character.

  7. implicit def bindableJavaBoolean: PathBindable[Boolean]

    Path binder for Java Boolean.

  8. implicit def bindableJavaDouble: PathBindable[Double]

    Path binder for Java Double.

  9. implicit def bindableJavaFloat: PathBindable[Float]

    Path binder for Java Float.

  10. implicit def bindableJavaInteger: PathBindable[Integer]

    Path binder for Java Integer.

  11. implicit def bindableJavaLong: PathBindable[Long]

    Path binder for Java Long.

  12. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. implicit def javaPathBindable[T <: mvc.PathBindable[T]](implicit ct: ClassTag[T]): PathBindable[T]

    Path binder for Java PathBindable

  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. def toString(): String
    Definition Classes
    AnyRef → Any
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  28. implicit object bindableBoolean extends Parsing[Boolean]

    Path binder for Boolean.

  29. implicit object bindableChar extends PathBindable[Char]

    Path binder for Char.

  30. implicit object bindableDouble extends Parsing[Double]

    Path binder for Double.

  31. implicit object bindableFloat extends Parsing[Float]

    Path binder for Float.

  32. implicit object bindableInt extends Parsing[Int]

    Path binder for Int.

  33. implicit object bindableLong extends Parsing[Long]

    Path binder for Long.

  34. implicit object bindableString extends Parsing[String]

    Path binder for String.

  35. implicit object bindableUUID extends Parsing[UUID]

    Path binder for java.util.UUID.

Inherited from AnyRef

Inherited from Any

Ungrouped