AbstractWriter

org.beangle.serializer.text.io.AbstractWriter
abstract class AbstractWriter extends StreamWriter

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

Value members

Concrete methods

override def underlying: StreamWriter

Attributes

Definition Classes

Inherited methods

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

Attributes

Inherited from:
StreamWriter
def close(): Unit

Attributes

Inherited from:
StreamWriter
def end(context: MarshallingContext): Unit

Attributes

Inherited from:
StreamWriter
def endNode(): Unit

Attributes

Inherited from:
StreamWriter
def flush(): Unit

Attributes

Inherited from:
StreamWriter
def setValue(text: String): Unit

Attributes

Inherited from:
StreamWriter
def start(context: MarshallingContext): Unit

Attributes

Inherited from:
StreamWriter
def startNode(name: String, clazz: Class[_]): Unit

Attributes

Inherited from:
StreamWriter

Concrete fields

protected var pathStack: PathStack