object PathBindable
- Alphabetic
- By Inheritance
- PathBindable
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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
-
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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @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
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
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.