SchemaMap

final case class SchemaMap(schemaKey: SchemaKey) extends AnyVal

Contains details about a self-describing schema.

Provides the same information as a SchemaKey but is used when dealing with schema, not data.

For an example, see typeclasses.ExtractSchemaMap.

Companion:
object
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product