Method | Description | |
---|---|---|
GenerateForControllers ( IEnumerable |
Generates the Swagger definition for all controllers in the assembly.
|
|
GetControllerClasses ( ) : string[] |
Gets the available controller classes from the given assembly.
|
|
WebApiAssemblyToSwaggerGenerator ( |
Initializes a new instance of the WebApiAssemblyToSwaggerGenerator class.
|
Method | Description | |
---|---|---|
GetAllReferencePaths ( |
public GenerateForControllers ( IEnumerable |
||
controllerClassNames | IEnumerable |
The controller class names. |
return | SwaggerDocument |
public WebApiAssemblyToSwaggerGenerator ( |
||
settings | The generator settings. | |
return | System |