public class JsonSchemaFinder extends Object
Constructor and Description |
---|
JsonSchemaFinder() |
Modifier and Type | Method and Description |
---|---|
void |
addFile(Reader reader) |
void |
addFile(String filename) |
void |
addSchema(TypeDescription schema) |
TypeDescription |
getSchema() |
static void |
main(Configuration conf,
String[] args) |
static void |
main(String[] args) |
public void addFile(String filename) throws IOException
IOException
public void addFile(Reader reader) throws IOException
IOException
public void addSchema(TypeDescription schema)
public TypeDescription getSchema()
public static void main(Configuration conf, String[] args) throws Exception
Exception
Copyright © 2013–2021 The Apache Software Foundation. All rights reserved.