Package

org.incal.play

formatters

Permalink

package formatters

Visibility
  1. Public
  2. All

Type Members

  1. trait AbstractSeqFormatter[T] extends Formatter[Seq[T]]

    Permalink
  2. class EnumMapFormatter[E] extends Formatter[E]

    Permalink

    Attributes
    protected
    Since

    2018

  3. class EnumStringBindable[E <: Enumeration] extends QueryStringBindable[formatters.EnumStringBindable.E.Value]

    Permalink
  4. class JsonQueryStringBindable[E] extends QueryStringBindable[E]

    Permalink
  5. final class SeqFormatter[T] extends AbstractSeqFormatter[T]

    Permalink

    Formatter for URL params of 'seq' type.

    Formatter for URL params of 'seq' type.

    Since

    2018

  6. final class SeqOptionFormatter[T] extends AbstractSeqFormatter[Option[T]]

    Permalink

    Formatter for URL params of 'seq' type with optional values.

    Formatter for URL params of 'seq' type with optional values.

    Since

    2020

Value Members

  1. object EitherFormatter

    Permalink
  2. object EitherSeqFormatter

    Permalink
  3. object EnumFormatter

    Permalink

    Since

    2018

  4. object JavaEnumFormatter

    Permalink
  5. object JavaEnumMapFormatter

    Permalink
  6. object JsonFormatter

    Permalink

    Since

    2018

  7. object MapJsonFormatter

    Permalink

    Since

    2018

  8. object SeqFormatter

    Permalink
  9. object SeqOptionFormatter

    Permalink

Ungrouped