JsonSchemaExporter クラス

定義

JsonTypeInfoで定義されているシリアル化コントラクトから JSON スキーマをエクスポートするための機能。

public ref class JsonSchemaExporter abstract sealed
public static class JsonSchemaExporter
type JsonSchemaExporter = class
Public Module JsonSchemaExporter
継承
JsonSchemaExporter

メソッド

GetJsonSchemaAsNode(JsonSerializerOptions, Type, JsonSchemaExporterOptions)

JsonNode ドキュメントとして type の JSON スキーマを取得します。

GetJsonSchemaAsNode(JsonTypeInfo, JsonSchemaExporterOptions)

JsonNode ドキュメントとして typeInfo の JSON スキーマを取得します。

適用対象