YamlOptions

zio.json.yaml.YamlOptions
See theYamlOptions companion object
case class YamlOptions(newDumperOptions: () => DumperOptions, dropNulls: Boolean, indentation: Int, sequenceIndentation: Int, maxScalarWidth: Option[Int], lineBreak: LineBreak, flowStyle: Json => FlowStyle, scalarStyle: Json => ScalarStyle, keyStyle: String => ScalarStyle, nonPrintableStyle: NonPrintableStyle, indentWithIndicator: Boolean)

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product