BaseRepresenter

abstract class BaseRepresenter(defaultScalarStyle: ScalarStyle = ScalarStyle.PLAIN, defaultFlowStyle: FlowStyle = FlowStyle.AUTO) : Representer

Represent basic YAML structures: scalar, sequence, mapping.

Inheritors

Constructors

Link copied to clipboard
constructor(settings: DumpSettings)
constructor(defaultScalarStyle: ScalarStyle = ScalarStyle.PLAIN, defaultFlowStyle: FlowStyle = FlowStyle.AUTO)

Functions

Link copied to clipboard
open override fun represent(data: Any?): Node

Represent the provided Java instance to a Node