Метод | Описание | |
---|---|---|
CreateWithDefinitions ( NJsonSchema.CodeGeneration.CSharp.CSharpGeneratorSettings settings, JsonSchema4>.IDictionary |
Creates a new resolver, adds the given schema definitions and registers an exception schema if available.
|
|
Resolve ( NJsonSchema.JsonSchema4 schema, bool isNullable, string typeNameHint ) : string |
Resolves and possibly generates the specified schema.
|
|
SwaggerToCSharpTypeResolver ( NJsonSchema.CodeGeneration.CSharp.CSharpGeneratorSettings settings, NJsonSchema.JsonSchema4 exceptionSchema ) : System.Collections.Generic |
Initializes a new instance of the CSharpTypeResolver class.
|
public static CreateWithDefinitions ( NJsonSchema.CodeGeneration.CSharp.CSharpGeneratorSettings settings, JsonSchema4>.IDictionary |
||
settings | NJsonSchema.CodeGeneration.CSharp.CSharpGeneratorSettings | The settings. |
definitions | JsonSchema4>.IDictionary | The definitions. |
Результат |
public Resolve ( NJsonSchema.JsonSchema4 schema, bool isNullable, string typeNameHint ) : string | ||
schema | NJsonSchema.JsonSchema4 | The schema. |
isNullable | bool | Specifies whether the given type usage is nullable. |
typeNameHint | string | The type name hint to use when generating the type and the type name is missing. |
Результат | string |
public SwaggerToCSharpTypeResolver ( NJsonSchema.CodeGeneration.CSharp.CSharpGeneratorSettings settings, NJsonSchema.JsonSchema4 exceptionSchema ) : System.Collections.Generic | ||
settings | NJsonSchema.CodeGeneration.CSharp.CSharpGeneratorSettings | The generator settings. |
exceptionSchema | NJsonSchema.JsonSchema4 | The exception type schema. |
Результат | System.Collections.Generic |