Package

be.wegenenverkeer.atomium

play

Permalink

package play

Visibility
  1. Public
  2. All

Type Members

  1. case class PlayJaxbCodec[E](typeMarker: Class[E]) extends FeedPageCodec[E, Array[Byte]] with Product with Serializable

    Permalink

    Created by Karel Maesen, Geovise BVBA on 18/11/16.

  2. case class PlayJsonCodec[E]()(implicit entryFormat: Format[E]) extends FeedPageCodec[E, Array[Byte]] with Product with Serializable

    Permalink

    Created by Karel Maesen, Geovise BVBA on 18/11/16.

  3. case class PlayJsonEntryCodec[E]()(implicit entryFormat: Format[E]) extends Codec[E, String] with Product with Serializable

    Permalink

    Codec for encoding Entries using Play Json

    Codec for encoding Entries using Play Json

    E

    The type of the Entry

    entryFormat

    the Format for the Entry

Value Members

  1. object PlayJsonFormats

    Permalink

    This object provides the Play JSON formats that can be used by read/write the Atom AST from/to JSON.

    This object provides the Play JSON formats that can be used by read/write the Atom AST from/to JSON.

    If you want to use this implementation you will need to add a dependency on the Play Json API library.

  2. package jaxb

    Permalink

Ungrouped