2 instantiations of JsonSchemaExporterOptions
Microsoft.AspNetCore.OpenApi (1)
Services\Schemas\OpenApiSchemaService.cs (1)
56private readonly JsonSchemaExporterOptions _configuration = new()
System.Text.Json (1)
System\Text\Json\Schema\JsonSchemaExporterOptions.cs (1)
16public static JsonSchemaExporterOptions Default { get; } = new();
8 references to JsonSchemaExporterOptions
Microsoft.AspNetCore.OpenApi (1)
Services\Schemas\OpenApiSchemaService.cs (1)
56private readonly JsonSchemaExporterOptions _configuration = new()
System.Text.Json (7)
System\Text\Json\Schema\JsonSchema.cs (1)
151public JsonNode ToJsonNode(JsonSchemaExporterOptions options)
System\Text\Json\Schema\JsonSchemaExporter.cs (5)
27public static JsonNode GetJsonSchemaAsNode(this JsonSerializerOptions options, Type type, JsonSchemaExporterOptions? exporterOptions = null) 43public static JsonNode GetJsonSchemaAsNode(this JsonTypeInfo typeInfo, JsonSchemaExporterOptions? exporterOptions = null) 48exporterOptions ??= JsonSchemaExporterOptions.Default; 398private readonly ref struct GenerationState(JsonSerializerOptions options, JsonSchemaExporterOptions exporterOptions) 405public JsonSchemaExporterOptions ExporterOptions { get; } = exporterOptions;
System\Text\Json\Schema\JsonSchemaExporterOptions.cs (1)
16public static JsonSchemaExporterOptions Default { get; } = new();