JsonOutput

halotukozak.mcodec.JsonOutput
final class JsonOutput(sb: StringBuilder) extends OutputAndSimpleOutput

Attributes

Source
JsonOutput.scala
Graph
Supertypes
trait SimpleOutput
trait Output
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def writeBigDecimal(b: BigDecimal): Unit

Attributes

Source
JsonOutput.scala
def writeBigInt(b: BigInt): Unit

Attributes

Source
JsonOutput.scala
def writeBoolean(b: Boolean): Unit

Attributes

Source
JsonOutput.scala
def writeDouble(d: Double): Unit

Attributes

Source
JsonOutput.scala
override def writeFloat(f: Float): Unit

Attributes

Definition Classes
Source
JsonOutput.scala
def writeInt(i: Int): Unit

Attributes

Source
JsonOutput.scala

Attributes

Source
JsonOutput.scala
def writeLong(l: Long): Unit

Attributes

Source
JsonOutput.scala
def writeNull(): Unit

Attributes

Source
JsonOutput.scala

Attributes

Source
JsonOutput.scala
def writeString(s: String): Unit

Attributes

Source
JsonOutput.scala

Inherited methods

def hasMarker(marker: Marker): Boolean

Attributes

Inherited from:
Output
Source
Output.scala
def writeBinary(bytes: Array[Byte]): Unit

Attributes

Inherited from:
SimpleOutput
Source
Output.scala
def writeByte(b: Byte): Unit

Attributes

Inherited from:
SimpleOutput
Source
Output.scala
def writeChar(c: Char): Unit

Attributes

Inherited from:
SimpleOutput
Source
Output.scala
def writeShort(s: Short): Unit

Attributes

Inherited from:
SimpleOutput
Source
Output.scala
final def writeSimple(): SimpleOutput

Attributes

Inherited from:
OutputAndSimpleOutput
Source
Output.scala
def writeTimestamp(millis: Long): Unit

Attributes

Inherited from:
SimpleOutput
Source
Output.scala