Package

examples

customparameters

Permalink

package customparameters

Visibility
  1. Public
  2. All

Type Members

  1. case class EmailAddress(value: String) extends Product with Serializable

    Permalink

    This example shows how to define a custom parameter types which can be retrieved from a request.

    This example shows how to define a custom parameter types which can be retrieved from a request. They can be defined and then used alongside the other normal parameters in exactly the same way.

Value Members

  1. object CustomParameters extends App

    Permalink
  2. object EmailAddress extends Serializable

    Permalink

Ungrouped