package codec
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- sealed abstract class @container extends IriResource
- 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
- case class ActiveProperty[Json](@context: ActiveContext[Json] = ActiveContext[Json](), @type: List[ClassType[_]] = Nil, @container: List[@container] = Nil) extends Product with Serializable
- trait Decoder[Json] extends AnyRef
- trait Encoder[Json] extends AnyRef
- case class JsonInProgress[Json](json: Json)(implicit activeContext: ActiveContext[Json]) extends Product with Serializable
- case class JsonObjectInProgress[Json](json: Map[String, Json])(implicit activeContext: ActiveContext[Json]) extends Product with Serializable
Value Members
- object @container
- object ActiveContext extends Serializable
- object JsonInProgress extends Serializable
- object JsonObjectInProgress extends Serializable