Breyta

Deila með


JsonSchemaExporter.GetJsonSchemaAsNode Method

Definition

Overloads

GetJsonSchemaAsNode(JsonTypeInfo, JsonSchemaExporterOptions)
GetJsonSchemaAsNode(JsonSerializerOptions, Type, JsonSchemaExporterOptions)

GetJsonSchemaAsNode(JsonTypeInfo, JsonSchemaExporterOptions)

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

Parameters

typeInfo
JsonTypeInfo
exporterOptions
JsonSchemaExporterOptions

Returns

Applies to

GetJsonSchemaAsNode(JsonSerializerOptions, Type, JsonSchemaExporterOptions)

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

Parameters

type
Type
exporterOptions
JsonSchemaExporterOptions

Returns

Applies to