C# (CSharp) Nancy.Swagger Namespace

Nested Namespaces

Nancy.Swagger.Annotations
Nancy.Swagger.Demo
Nancy.Swagger.Modules
Nancy.Swagger.Services
Nancy.Swagger.Tests

Classes

Name Description
SwaggerConfig
SwaggerRegistrations
SwaggerSchemaFactory
SwaggerSchemaFactory.EnumSchema
SwaggerSchemaFactory.EnumerableSchema
SwaggerSchemaFactory.ObjectSchema
SwaggerTypeMapping This class allows you to customize how you want a type to be represented in the swagger output. For example, if a service serializes/deserializes DateTime as a string when being sent/received, there should be a SwaggerTypeMapping from DateTime to string in order to make the swagger output match what is actually expected.