object YDocument extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- YDocument
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- abstract class BaseBuilder extends AnyRef
- class EntryBuilder extends BaseBuilder with Dynamic
- class PartBuilder extends BaseBuilder
-
class
WithComment
extends AnyRef
Auxiliary class to create a document that has a head comment
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
apply(mainNode: YNode): YDocument
Constructor from a main Node
-
def
apply(f: (PartBuilder) ⇒ Unit): YDocument
Constructor from a Builder
-
def
apply(headComment: String): WithComment
Build supplying a Head comment
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
implicit
def
fromObj(map: YMap): YDocument
Convert from an object to a document
-
implicit
def
fromSeq(seq: YSequence): YDocument
Convert from an list to a document
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
list(elems: YNode*): YSequence
Build a list of Nodes
-
def
list(f: (PartBuilder) ⇒ Unit): YDocument
Build an List document using a builder
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
objFromBuilder(f: (EntryBuilder) ⇒ Unit): YDocument
Build an Object document using a builder
-
def
parseJson(text: String)(implicit eh: ParseErrorHandler): YDocument
Constructor from Json text
-
def
parseYaml(text: String)(implicit eh: ParseErrorHandler): YDocument
Constructor from Yaml text, keep the first document
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
object
obj
extends Dynamic
Build an Object(Map) (Using dynamics)