4 references to ApplyDefaultValue
Microsoft.AspNetCore.OpenApi (4)
Extensions\JsonNodeSchemaExtensions.cs (3)
333
schema.
ApplyDefaultValue
(metadataDefaultValueAttribute.Value, jsonTypeInfo);
339
schema.
ApplyDefaultValue
(parameterInfo.DefaultValue, jsonTypeInfo);
343
schema.
ApplyDefaultValue
(defaultValueAttribute.Value, jsonTypeInfo);
Services\Schemas\OpenApiSchemaService.cs (1)
116
schema.
ApplyDefaultValue
(defaultValueAttribute.Value, context.TypeInfo);