5 references to JsonSchemaMapper
Microsoft.AspNetCore.OpenApi (5)
Schemas\JsonSchemaMapper\JsonSchemaGenerationContext.cs (1)
78return GetAttrs(JsonSchemaMapper.ResolveAttributeProvider(DeclaringType, PropertyInfo))
Schemas\JsonSchemaMapper\JsonSchemaMapperConfiguration.cs (2)
10/// Controls the behavior of the <see cref="JsonSchemaMapper"/> class. 20/// Gets the default configuration object used by <see cref="JsonSchemaMapper"/>.
Services\Schemas\OpenApiSchemaService.cs (2)
101? JsonSchemaMapper.JsonSchemaMapper.GetJsonSchema(_jsonSerializerOptions, key.ParameterInfo, _configuration) 102: JsonSchemaMapper.JsonSchemaMapper.GetJsonSchema(_jsonSerializerOptions, key.Type, _configuration);