Class SchemaBuilder


  • public class SchemaBuilder
    extends java.lang.Object
    SchemaBuilder
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected SchemaBuilder()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Schema build()
      Build a schema
      SchemaBuilder loadTypes​(java.io.InputStream schemaStream)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SchemaBuilder

        protected SchemaBuilder()
    • Method Detail

      • loadTypes

        public SchemaBuilder loadTypes​(java.io.InputStream schemaStream)
      • build

        public Schema build()
        Build a schema
        Returns:
        the schema built