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[W]) ⇒ Unit): W

    Build a document

    Build a document

    Definition Classes
    DocBuilder
  2. abstract def emitMap(f: (Entry[W]) ⇒ Unit): Unit
    Attributes
    protected
  3. abstract def emitSeq(f: (Part[W]) ⇒ 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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  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. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  12. def indent(): Unit
    Attributes
    protected
  13. var indentation: String
    Attributes
    protected
  14. def indentationLength: Int
    Attributes
    protected
  15. 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
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def list(f: (Part[W]) ⇒ Unit): W

    Build a List document

    Build a List document

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

    Build an Object document

    Build an Object document

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

    Return the result document

    Return the result document

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

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated
    Deprecated

Inherited from DocBuilder[W]

Inherited from AnyRef

Inherited from Any

Ungrouped