Méthode | Description | |
---|---|---|
AssemblyTypeToSwaggerGenerator ( |
Initializes a new instance of the AssemblyTypeToSwaggerGenerator class.
|
|
Generate ( string classNames ) : SwaggerDocument |
Generates the Swagger definition for the given classes without operations (used for class generation).
|
|
GetClasses ( ) : string[] |
Gets the available controller classes from the given assembly.
|
Méthode | Description | |
---|---|---|
GetAllReferencePaths ( |
public AssemblyTypeToSwaggerGenerator ( |
||
settings | The settings. | |
Résultat | System |
public Generate ( string classNames ) : SwaggerDocument | ||
classNames | string | The class names. |
Résultat | SwaggerDocument |