zio.json.yaml

package zio.json.yaml

Members list

Type members

Classlikes

case object BuildInfo

This object was generated by sbt-buildinfo.

This object was generated by sbt-buildinfo.

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
BuildInfo.type
final implicit class DecoderYamlOps(raw: String) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any
final implicit class EncoderYamlOps[A](a: A) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any
final implicit class JsonOps(json: Json) extends AnyVal

Attributes

Supertypes
class AnyVal
trait Matchable
class Any
case class YamlOptions(dropNulls: Boolean, indentation: Int, sequenceIndentation: Int, maxScalarWidth: Option[Int], lineBreak: LineBreak, flowStyle: Json => FlowStyle, scalarStyle: Json => ScalarStyle, keyStyle: String => ScalarStyle, nonPrintableStyle: NonPrintableStyle)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object YamlOptions

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Implicits

Implicits

final implicit def DecoderYamlOps(raw: String): DecoderYamlOps
final implicit def EncoderYamlOps[A](a: A): EncoderYamlOps[A]
final implicit def JsonOps(json: Json): JsonOps