PrettyJsonWriter

org.beangle.serializer.json.PrettyJsonWriter
class PrettyJsonWriter(writer: Writer, registry: MarshallerRegistry, lineIndenter: Array[Char], newLine: Array[Char]) extends AbstractJsonWriter

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Constructors

def this(writer: Writer, registry: MarshallerRegistry)

Concrete methods

override def addAttribute(key: String, value: String): Unit

Attributes

Definition Classes
override def endNode(): Unit

Attributes

Definition Classes
override def startNode(name: String, clazz: Class[_]): Unit

Attributes

Definition Classes

Inherited methods

final override def close(): Unit

Attributes

Definition Classes
Inherited from:
AbstractJsonWriter

Attributes

Inherited from:
AbstractWriter
override def end(context: MarshallingContext): Unit

Attributes

Definition Classes
Inherited from:
AbstractJsonWriter
final override def flush(): Unit

Attributes

Definition Classes
Inherited from:
AbstractJsonWriter
override def setValue(text: String): Unit

Attributes

Definition Classes
Inherited from:
AbstractJsonWriter
override def start(context: MarshallingContext): Unit

Attributes

Definition Classes
Inherited from:
AbstractJsonWriter
override def underlying: StreamWriter

Attributes

Definition Classes
Inherited from:
AbstractWriter
protected def writeText(text: Array[Char], quoted: Boolean): Unit

Attributes

Inherited from:
AbstractJsonWriter

Inherited fields

protected var pathStack: PathStack

Attributes

Inherited from:
AbstractWriter