Interface SchemaBuilder


  • public interface SchemaBuilder
    Something that knows how to build a schema on-demand.
    • Method Detail

      • build

        Schema build()
        Builds a schema on request. What schema to build is defined by implementation-specific context.
        Returns:
        the schema built