2 instantiations of EnumArrayType
Microsoft.AspNetCore.OpenApi.Tests (2)
Services\OpenApiSchemaService\OpenApiSchemaService.ParameterSchemas.cs (2)
876
return new
EnumArrayType
();
890
return new
EnumArrayType
();
10 references to EnumArrayType
Microsoft.AspNetCore.OpenApi.Tests (10)
Services\OpenApiSchemaService\OpenApiSchemaService.ParameterSchemas.cs (10)
825
builder.MapPost("/api", (
EnumArrayType
e =
EnumArrayType
.None) => { });
852
builder.MapPost("/api", (
EnumArrayType
e =
EnumArrayType
.None) => { });
872
public class EnumArrayTypeConverter : JsonConverter<
EnumArrayType
>
874
public override
EnumArrayType
Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)
879
public override void Write(Utf8JsonWriter writer,
EnumArrayType
value, JsonSerializerOptions options)
886
public class EnumObjectTypeConverter : JsonConverter<
EnumArrayType
>
888
public override
EnumArrayType
Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options)
893
public override void Write(Utf8JsonWriter writer,
EnumArrayType
value, JsonSerializerOptions options)