메소드 | 설명 | |
---|---|---|
Compile ( Newtonsoft.Json.Schema.JSchema schema ) : |
||
CompileTo ( IEnumerable |
||
Generate ( Newtonsoft.Json.Schema.JSchema schema ) : string | ||
JsonSchemaCodeGenerator ( ) : System | ||
JsonSchemaCodeGenerator ( INamingRule namingRule ) : System | ||
WriteTo ( IEnumerable |
메소드 | 설명 | |
---|---|---|
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 | |
리턴 |
public CompileTo ( IEnumerable |
||
schemas | IEnumerable |
|
stream | Stream | |
rootNamespace | string | |
리턴 | void |
public Generate ( Newtonsoft.Json.Schema.JSchema schema ) : string | ||
schema | Newtonsoft.Json.Schema.JSchema | |
리턴 | string |
public JsonSchemaCodeGenerator ( INamingRule namingRule ) : System | ||
namingRule | INamingRule | |
리턴 | System |
public WriteTo ( IEnumerable |
||
schemas | IEnumerable |
|
stream | Stream | |
rootNamespace | string | |
리턴 | void |