Interface ParsedSchemaHolder

All Known Implementing Classes:
SimpleParsedSchemaHolder

public interface ParsedSchemaHolder
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Clears the schema if it can be lazily retrieved in the future.
    Returns the schema.
  • Method Details

    • schema

      ParsedSchema schema()
      Returns the schema.
      Returns:
      the schema
    • clear

      void clear()
      Clears the schema if it can be lazily retrieved in the future.