JsonSchemaExporter.GetJsonSchemaAsNode メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetJsonSchemaAsNode(JsonTypeInfo, JsonSchemaExporterOptions) |
JsonNode ドキュメントとして |
GetJsonSchemaAsNode(JsonSerializerOptions, Type, JsonSchemaExporterOptions) |
JsonNode ドキュメントとして |
GetJsonSchemaAsNode(JsonTypeInfo, JsonSchemaExporterOptions)
JsonNode ドキュメントとして typeInfo
の JSON スキーマを取得します。
public static System.Text.Json.Nodes.JsonNode GetJsonSchemaAsNode (this System.Text.Json.Serialization.Metadata.JsonTypeInfo typeInfo, System.Text.Json.Schema.JsonSchemaExporterOptions? exporterOptions = default);
static member GetJsonSchemaAsNode : System.Text.Json.Serialization.Metadata.JsonTypeInfo * System.Text.Json.Schema.JsonSchemaExporterOptions -> System.Text.Json.Nodes.JsonNode
<Extension()>
Public Function GetJsonSchemaAsNode (typeInfo As JsonTypeInfo, Optional exporterOptions As JsonSchemaExporterOptions = Nothing) As JsonNode
パラメーター
- typeInfo
- JsonTypeInfo
JSON スキーマの解決元のコントラクト。
- exporterOptions
- JsonSchemaExporterOptions
エクスポート操作を制御する options オブジェクト。
戻り値
typeInfo
のスキーマを含む JSON オブジェクト。
適用対象
GetJsonSchemaAsNode(JsonSerializerOptions, Type, JsonSchemaExporterOptions)
JsonNode ドキュメントとして type
の JSON スキーマを取得します。
public static System.Text.Json.Nodes.JsonNode GetJsonSchemaAsNode (this System.Text.Json.JsonSerializerOptions options, Type type, System.Text.Json.Schema.JsonSchemaExporterOptions? exporterOptions = default);
static member GetJsonSchemaAsNode : System.Text.Json.JsonSerializerOptions * Type * System.Text.Json.Schema.JsonSchemaExporterOptions -> System.Text.Json.Nodes.JsonNode
<Extension()>
Public Function GetJsonSchemaAsNode (options As JsonSerializerOptions, type As Type, Optional exporterOptions As JsonSchemaExporterOptions = Nothing) As JsonNode
パラメーター
- options
- JsonSerializerOptions
型のコントラクトを宣言するオプション。
- type
- Type
スキーマを解決する型。
- exporterOptions
- JsonSchemaExporterOptions
エクスポート操作を制御する options オブジェクト。
戻り値
type
のスキーマを含む JSON オブジェクト。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET