object PathBindable extends PathBindableMacros
- Alphabetic
- By Inheritance
- PathBindable
- PathBindableMacros
- AnyRef
- Any
- Hide All
- Show All
- 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
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- implicit macro def anyValPathBindable[T <: AnyVal]: PathBindable[T]
Path binder for AnyVal
Path binder for AnyVal
- Definition Classes
- PathBindableMacros
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- implicit def bindableCharacter: PathBindable[Character]
Path binder for Java Character.
- implicit def bindableJavaBoolean: PathBindable[Boolean]
Path binder for Java Boolean.
- implicit def bindableJavaDouble: PathBindable[Double]
Path binder for Java Double.
- implicit def bindableJavaFloat: PathBindable[Float]
Path binder for Java Float.
- implicit def bindableJavaInteger: PathBindable[Integer]
Path binder for Java Integer.
- implicit def bindableJavaLong: PathBindable[Long]
Path binder for Java Long.
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @HotSpotIntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- implicit def javaPathBindable[T <: mvc.PathBindable[T]](implicit ct: ClassTag[T]): PathBindable[T]
Path binder for Java PathBindable
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @native()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- 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 Parsing[UUID]
Path binder for java.util.UUID.
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)