RuntimeTypeAssignment

data class RuntimeTypeAssignment(val abstractPath: ResponsePath, val concreteType: String)(source)

A single runtime type assignment mapping an abstract path to its concrete type. Used as a building block for RuntimePath.

Constructors

Link copied to clipboard
constructor(abstractPath: ResponsePath, concreteType: String)

Properties

Link copied to clipboard
Link copied to clipboard