Printer

io.circe.Printer$
See thePrinter companion class
object Printer

Attributes

Companion:
class
Source:
Printer.scala
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Printer.type

Members list

Concise view

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Attributes

Inherited from:
Mirror
Source:
Mirror.scala

Value members

Concrete methods

final def indented(indent: String, sortKeys: Boolean): Printer

A pretty-printer configuration that indents by the given spaces.

A pretty-printer configuration that indents by the given spaces.

Attributes

Source:
Printer.scala

Concrete fields

final val noSpaces: Printer

A pretty-printer configuration that inserts no spaces.

A pretty-printer configuration that inserts no spaces.

Attributes

Source:
Printer.scala

Attributes

Source:
Printer.scala
final val spaces2: Printer

A pretty-printer configuration that indents by two spaces.

A pretty-printer configuration that indents by two spaces.

Attributes

Source:
Printer.scala

A pretty-printer configuration that indents by two spaces and outputs fields in sorted order.

A pretty-printer configuration that indents by two spaces and outputs fields in sorted order.

Attributes

Source:
Printer.scala
final val spaces4: Printer

A pretty-printer configuration that indents by four spaces.

A pretty-printer configuration that indents by four spaces.

Attributes

Source:
Printer.scala

A pretty-printer configuration that indents by four spaces and outputs fields in sorted order.

A pretty-printer configuration that indents by four spaces and outputs fields in sorted order.

Attributes

Source:
Printer.scala