StringifySchema

Type class to render a self-describing schema into String.

Type parameters:
S

Any generic type that can represent a self-describing schema. (See also NormalizeSchema.)

class Object
trait Matchable
class Any

Value members

Abstract methods

def asString(container: SelfDescribingSchema[S]): String

Render a self-describing schema into String.

Render a self-describing schema into String.