ValidationProblemDetailsNewtonsoftJsonConverter Class

Summary

A RFC 7807 compliant Newtonsoft.Json.JsonConverter for FluentValidationProblemDetails.
graph BT Type-->Base0["JsonConverter<FluentValidationProblemDetails>"] Type["ValidationProblemDetailsNewtonsoftJsonConverter"] class Type type-node

Syntax

public sealed class ValidationProblemDetailsNewtonsoftJsonConverter : 
    JsonConverter<FluentValidationProblemDetails>

Attributes

Type Description
NullableContextAttribute
NullableAttribute
PublicAPIAttribute

Constructors

Methods

Extension Methods