SchemaBuilderContext
class
Represents the state of a
SchemaBuilder
operation.
Constructors
Initializes a new instance of the
SchemaBuilderContext
class.
Properties
Gets a map of
Type
s to
Schema
s. If a
Schema
is present for a specific
Type
, that
Schema
will be returned by the
SchemaBuilder
for all
subsequent occurrences of the
Type
. This is necessary for potentially
recursive operations such as building
RecordSchema
s.
Schema
s
in this collection shouldn’t be assumed to be complete until the top-level build
operation has completed.