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