2 instantiations of EnumArrayType
Microsoft.AspNetCore.OpenApi.Tests (2)
Services\OpenApiSchemaService\OpenApiSchemaService.ParameterSchemas.cs (2)
789
return new
EnumArrayType
();
803
return new
EnumArrayType
();
10 references to EnumArrayType
Microsoft.AspNetCore.OpenApi.Tests (10)
Services\OpenApiSchemaService\OpenApiSchemaService.ParameterSchemas.cs (10)
738
builder.MapPost("/api", (
EnumArrayType
e =
EnumArrayType
.None) => { });
765
builder.MapPost("/api", (
EnumArrayType
e =
EnumArrayType
.None) => { });
785
public class EnumArrayTypeConverter : JsonConverter<
EnumArrayType
>
787
public override
EnumArrayType
Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)
792
public override void Write(Utf8JsonWriter writer,
EnumArrayType
value, JsonSerializerOptions options)
799
public class EnumObjectTypeConverter : JsonConverter<
EnumArrayType
>
801
public override
EnumArrayType
Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)
806
public override void Write(Utf8JsonWriter writer,
EnumArrayType
value, JsonSerializerOptions options)