Package

com.datasift.dropwizard.scala.jersey

params

Permalink

package params

Visibility
  1. Public
  2. All

Type Members

  1. case class BooleanParam(s: String) extends AbstractParam[Boolean] with Product with Serializable

    Permalink

    Parameter extractor for scala.Boolean.

    Parameter extractor for scala.Boolean.

    s

    the input data to extract the scala.Boolean from.

    See also

    io.dropwizard.jersey.params.AbstractParam

  2. case class IntParam(s: String) extends AbstractParam[Int] with Product with Serializable

    Permalink

    Parameter extractor for scala.Int.

    Parameter extractor for scala.Int.

    s

    the input data to extract the scala.Int from.

    See also

    io.dropwizard.jersey.params.AbstractParam

  3. case class LongParam(s: String) extends AbstractParam[Long] with Product with Serializable

    Permalink

    Parameter extractor for scala.Long.

    Parameter extractor for scala.Long.

    s

    the input data to extract the scala.Long from.

    See also

    io.dropwizard.jersey.params.AbstractParam

Value Members

  1. object BooleanParam extends Serializable

    Permalink

    Factory object for io.dropwizard.jersey.params.BooleanParam.

  2. object IntParam extends Serializable

    Permalink

    Factory object for io.dropwizard.jersey.params.IntParam.

  3. object LongParam extends Serializable

    Permalink

    Factory object for io.dropwizard.jersey.params.LongParam.

Ungrouped