Class SimpleParsedSchemaHolder
java.lang.Object
io.confluent.kafka.schemaregistry.SimpleParsedSchemaHolder
- All Implemented Interfaces:
ParsedSchemaHolder
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()Clears the schema if it can be lazily retrieved in the future.schema()Returns the schema.voidsetSchema(ParsedSchema schema)
-
Constructor Details
-
SimpleParsedSchemaHolder
-
-
Method Details
-
schema
Returns the schema.- Specified by:
schemain interfaceParsedSchemaHolder- Returns:
- the schema
-
setSchema
-
clear
public void clear()Clears the schema if it can be lazily retrieved in the future.- Specified by:
clearin interfaceParsedSchemaHolder
-