4 references to ApplyDefaultValue
Microsoft.AspNetCore.OpenApi (4)
Extensions\JsonNodeSchemaExtensions.cs (3)
330
schema.
ApplyDefaultValue
(metadataDefaultValueAttribute.Value, jsonTypeInfo);
336
schema.
ApplyDefaultValue
(parameterInfo.DefaultValue, jsonTypeInfo);
340
schema.
ApplyDefaultValue
(defaultValueAttribute.Value, jsonTypeInfo);
Services\Schemas\OpenApiSchemaService.cs (1)
117
schema.
ApplyDefaultValue
(defaultValueAttribute.Value, context.TypeInfo);