DataBuilder

abstract class DataBuilder<out T : DataMap>(val customScalarAdapters: CustomScalarAdapters) : DataBuilderScope

Base class for data builders.

Constructors

Link copied to clipboard
constructor(customScalarAdapters: CustomScalarAdapters)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
abstract fun build(): T
Link copied to clipboard
operator fun set(key: String, value: Any?)