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에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET