Packages

package json

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. class Cursor extends AnyRef
  2. trait JCodec[A] extends JsonCodec[A]

    Construct that expresses the ability to decode an http message, the metadata of which will have already been decoded and staged in a Map[String, Any] indexed by field.

    Construct that expresses the ability to decode an http message, the metadata of which will have already been decoded and staged in a Map[String, Any] indexed by field.

    On the encoding side, the fields that should be stored in metadata are eluded.

  3. abstract class JsonCodecAPI extends CodecAPI
  4. trait MessageCodec[A] extends JsonValueCodec[(Map[String, Any]) => A]
  5. final case class codecs(hintMask: HintMask = codecs.defaultHintMask) extends JsonCodecAPI with Product with Serializable

Value Members

  1. object Cursor
  2. object JCodec extends Serializable
  3. object JsonCodecAPI
  4. object codecs extends Serializable

Ungrouped