Interface ParsedSchemaHolder
- All Known Implementing Classes:
SimpleParsedSchemaHolder
public interface ParsedSchemaHolder
-
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.
-