class YamlRender[W] extends BaseYamlRender[W]
(Default) Yaml Render that will use tokens when found
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- YamlRender
- BaseYamlRender
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new YamlRender(writer: W, expandReferences: Boolean, initialIndentation: Int = 0, options: YamlRenderOptions = YamlRenderOptions())(implicit arg0: Output[W])
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
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
buildAndRenderMapEntry(e: YMapEntry, diff: Int = 0): YamlRender.this.type
- Attributes
- protected
- Definition Classes
- BaseYamlRender
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @HotSpotIntrinsicCandidate()
-
def
closeMap(): YamlRender.this.type
- Attributes
- protected
- Definition Classes
- BaseYamlRender
-
def
closeSeq(): YamlRender.this.type
- Attributes
- protected
- Definition Classes
- BaseYamlRender
-
def
collectionSeparator(diff: Int): YamlRender.this.type
- Attributes
- protected
- Definition Classes
- BaseYamlRender
-
final
def
dedent(): YamlRender.this.type
- Attributes
- protected
- Definition Classes
- BaseYamlRender
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
expandReferences: Boolean
- Definition Classes
- YamlRender → BaseYamlRender
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
indent(): YamlRender.this.type
- Attributes
- protected
- Definition Classes
- BaseYamlRender
-
var
indentation: Int
- Attributes
- protected
- Definition Classes
- BaseYamlRender
-
val
initialIndentation: Int
- Definition Classes
- YamlRender → BaseYamlRender
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
openMap(): YamlRender.this.type
- Attributes
- protected
- Definition Classes
- BaseYamlRender
-
def
openSeq(): YamlRender.this.type
- Attributes
- protected
- Definition Classes
- BaseYamlRender
-
val
options: YamlRenderOptions
- Definition Classes
- YamlRender → BaseYamlRender
-
final
def
print(value: String): YamlRender.this.type
- Attributes
- protected
- Definition Classes
- BaseYamlRender
-
def
printSeqNode(n: YNode): YamlRender.this.type
- Attributes
- protected
- Definition Classes
- BaseYamlRender
-
final
def
println(): YamlRender.this.type
- Attributes
- protected
- Definition Classes
- BaseYamlRender
-
def
render(part: YPart, yType: Option[YType] = None): YamlRender.this.type
- Attributes
- protected
- Definition Classes
- BaseYamlRender
-
final
def
renderIndent(): YamlRender.this.type
- Attributes
- protected
- Definition Classes
- BaseYamlRender
-
def
renderMap(map: YMap): Unit
- Attributes
- protected
- Definition Classes
- BaseYamlRender
-
def
renderMapEntry(e: YMapEntry): YamlRender.this.type
- Attributes
- protected
- Definition Classes
- BaseYamlRender
-
def
renderParts(parts: YPart): Boolean
- Attributes
- protected
- Definition Classes
- BaseYamlRender
-
def
renderParts(parts: Seq[YPart]): Unit
- Definition Classes
- BaseYamlRender
-
def
renderSeq(seq: YSequence): Unit
- Attributes
- protected
- Definition Classes
- BaseYamlRender
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
val
writer: W
- Definition Classes
- YamlRender → BaseYamlRender
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated