Packages

package keylit

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package parser

Type Members

  1. case class NatureKeyRef(refs: String*) extends JsonKeyRef with KeyLitParser with Product with Serializable

    Json key literal builder.

    Json key literal builder. Used to synthesize Codec.

    Build practices.

    ("root" @@ "next" @@ "terminal")
    refs

    json key literal set

Value Members

  1. case object SelfKeyRef extends JsonKeyRef with KeyLitParser with Product with Serializable

    Json key literal builder.

    Json key literal builder. Used to synthesize Codec.

    Build practices.

    ("root" @@ "next" @@ "terminal")

Ungrouped