Avro.Test.TestSchema2.check C# (CSharp) Method

check() private static method

private static check ( String schemaJson, String defaultJson, Object defaultValue ) : void
schemaJson String
defaultJson String
defaultValue Object
return void
        private static void check(String schemaJson, String defaultJson, Object defaultValue)
        {
            check(schemaJson, defaultJson, defaultValue, true);
        }
        private static void check(String schemaJson, String defaultJson, Object defaultValue, bool induce)

Same methods

TestSchema2::check ( String schemaJson, String defaultJson, Object defaultValue, bool induce ) : void
TestSchema2::check ( String jsonSchema, bool induce ) : void