C# Class NSwag.Commands.BaseTypeMappingContractResolver

Inheritance: Newtonsoft.Json.Serialization.CamelCasePropertyNamesContractResolver
显示文件 Open project: NSwag/NSwag

Public Methods

Method Description
BaseTypeMappingContractResolver ( Type>.IDictionary mappings ) : System
ResolveContract ( Type type ) : JsonContract

Method Details

BaseTypeMappingContractResolver() public method

public BaseTypeMappingContractResolver ( Type>.IDictionary mappings ) : System
mappings Type>.IDictionary
return System

ResolveContract() public method

public ResolveContract ( Type type ) : JsonContract
type System.Type
return Newtonsoft.Json.Serialization.JsonContract