Packages

c

org.yaml.builder

BaseOutputBuilder

abstract class BaseOutputBuilder[W] extends DocBuilder[W]

Linear Supertypes
DocBuilder[W], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BaseOutputBuilder
  2. DocBuilder
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BaseOutputBuilder(writer: W, prettyPrint: Boolean)(implicit arg0: Output[W])

Abstract Value Members

  1. abstract def doc(f: (Part) ⇒ Unit): W

    Build a document

    Build a document

    Definition Classes
    DocBuilder
  2. abstract def emitMap(f: (Entry) ⇒ Unit): Unit
    Attributes
    protected
  3. abstract def emitSeq(f: (Part) ⇒ Unit): Unit
    Attributes
    protected

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. def dedent(): Unit
    Attributes
    protected
  7. def emitIndent(): Unit
    Attributes
    protected
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def indent(): Unit
    Attributes
    protected
  14. var indentation: String
    Attributes
    protected
  15. def indentationLength: Int
    Attributes
    protected
  16. def isDefined: Boolean

    Returns true if the documents is defined (i.e.

    Returns true if the documents is defined (i.e. result will return a valid document )

    Definition Classes
    DocBuilder
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. def list(f: (Part) ⇒ Unit): W

    Build a List document

    Build a List document

    Definition Classes
    BaseOutputBuilderDocBuilder
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def newLine(): Unit
    Attributes
    protected
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def obj(f: (Entry) ⇒ Unit): W

    Build an Object document

    Build an Object document

    Definition Classes
    BaseOutputBuilderDocBuilder
  24. val prettyPrint: Boolean
  25. def result: W

    Return the result document

    Return the result document

    Definition Classes
    BaseOutputBuilderDocBuilder
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  31. val writer: W

Inherited from DocBuilder[W]

Inherited from AnyRef

Inherited from Any

Ungrouped