Package

lspace

codec

Permalink

package codec

Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class @container extends IriResource

    Permalink
  2. case class ActiveContext[Json](@prefix: ListMap[String, String] = ListMap[String, String](), @vocab: Option[String] = None, @language: Option[String] = None, @base: Option[String] = None, properties: Map[Property, ActiveProperty[Json]] = ...) extends Product with Serializable

    Permalink
  3. case class ActiveProperty[Json](@context: ActiveContext[Json] = ActiveContext[Json](), @type: List[ClassType[_]] = Nil, @container: List[@container] = Nil) extends Product with Serializable

    Permalink
  4. trait Decoder[Json] extends AnyRef

    Permalink
  5. trait Encoder[Json] extends AnyRef

    Permalink
  6. case class JsonInProgress[Json](json: Json)(implicit activeContext: ActiveContext[Json]) extends Product with Serializable

    Permalink
  7. case class JsonObjectInProgress[Json](json: Map[String, Json])(implicit activeContext: ActiveContext[Json]) extends Product with Serializable

    Permalink

Value Members

  1. object @container

    Permalink
  2. object ActiveContext extends Serializable

    Permalink
  3. object JsonInProgress extends Serializable

    Permalink
  4. object JsonObjectInProgress extends Serializable

    Permalink
  5. package exception

    Permalink

Ungrouped