JsonWriter

org.json4s.JsonWriter
See theJsonWriter companion object
trait JsonWriter[T]

Attributes

Companion
object
Source
json_writers.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def addJValue(jv: JValue): JsonWriter[T]

Attributes

Source
json_writers.scala
def bigDecimal(value: BigDecimal): JsonWriter[T]

Attributes

Source
json_writers.scala
def bigInt(value: BigInt): JsonWriter[T]

Attributes

Source
json_writers.scala
def boolean(value: Boolean): JsonWriter[T]

Attributes

Source
json_writers.scala
def byte(value: Byte): JsonWriter[T]

Attributes

Source
json_writers.scala
def double(value: Double): JsonWriter[T]

Attributes

Source
json_writers.scala
def endArray(): JsonWriter[T]

Attributes

Source
json_writers.scala
def endObject(): JsonWriter[T]

Attributes

Source
json_writers.scala
def float(value: Float): JsonWriter[T]

Attributes

Source
json_writers.scala
def int(value: Int): JsonWriter[T]

Attributes

Source
json_writers.scala
def long(value: Long): JsonWriter[T]

Attributes

Source
json_writers.scala
def result: T

Attributes

Source
json_writers.scala
def short(value: Short): JsonWriter[T]

Attributes

Source
json_writers.scala

Attributes

Source
json_writers.scala
def startField(name: String): JsonWriter[T]

Attributes

Source
json_writers.scala

Attributes

Source
json_writers.scala
def string(value: String): JsonWriter[T]

Attributes

Source
json_writers.scala