JsonWrapper

data class JsonWrapper(val dataContent: JsonNode) : DataWrapper

Constructors

Link copied to clipboard
constructor(dataContent: JsonNode)
constructor(dataContent: DataContent)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dataContent: JsonNode

Functions

Link copied to clipboard