StandardConstructor

Construct standard Java classes.

Constructors

Link copied to clipboard
constructor(settings: LoadSettings)

Types

Link copied to clipboard

Construct scalar for format ${VARIABLE} replacing the template with the value from environment.

Link copied to clipboard

Create Map instance

Link copied to clipboard

Create the List implementation (configured in setting)

Link copied to clipboard

Create Set instances

Link copied to clipboard

Create String instances

Functions

Link copied to clipboard
fun construct(node: Node): Any?

Construct complete YAML document. Call the second step in case of recursive structures. At the end cleans all the state.

Link copied to clipboard
fun constructSingleDocument(optionalNode: Node?): Any?

Ensure that the stream contains a single document and construct it