Method | Description | |
---|---|---|
Compile ( Newtonsoft.Json.Schema.JSchema schema ) : |
||
CompileTo ( IEnumerable |
||
Generate ( Newtonsoft.Json.Schema.JSchema schema ) : string | ||
JsonSchemaCodeGenerator ( ) : System | ||
JsonSchemaCodeGenerator ( INamingRule namingRule ) : System | ||
WriteTo ( IEnumerable |
Method | Description | |
---|---|---|
CompileToInternal ( IEnumerable |
||
GetRootNamespace ( IEnumerable |
||
GetSyntax ( Newtonsoft.Json.Schema.JSchema schema ) : CompilationUnitSyntax | ||
GetSyntaxTree ( IEnumerable |
public Compile ( Newtonsoft.Json.Schema.JSchema schema ) : |
||
schema | Newtonsoft.Json.Schema.JSchema | |
return |
public CompileTo ( IEnumerable |
||
schemas | IEnumerable |
|
stream | Stream | |
rootNamespace | string | |
return | void |
public Generate ( Newtonsoft.Json.Schema.JSchema schema ) : string | ||
schema | Newtonsoft.Json.Schema.JSchema | |
return | string |
public JsonSchemaCodeGenerator ( INamingRule namingRule ) : System | ||
namingRule | INamingRule | |
return | System |
public WriteTo ( IEnumerable |
||
schemas | IEnumerable |
|
stream | Stream | |
rootNamespace | string | |
return | void |