Interface SchemaUtil.SchemaProvider

  • Enclosing class:
    SchemaUtil

    public static interface SchemaUtil.SchemaProvider
    • Method Detail

      • getNamedSchema

        Schema getNamedSchema​(String name)
        A request to provide a Schema for the given name.
        Parameters:
        name - may be null
        Returns:
        a Schema, or null if there is no named schema in this provider with this name