public class LazyParsedSchemaHolder extends Object implements ParsedSchemaHolder
| Constructor and Description |
|---|
LazyParsedSchemaHolder(KafkaSchemaRegistry schemaRegistry,
SchemaKey schemaKey) |
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Clears the schema if it can be lazily retrieved in the future.
|
ParsedSchema |
schema()
Returns the schema.
|
SchemaValue |
schemaValue() |
public LazyParsedSchemaHolder(KafkaSchemaRegistry schemaRegistry, SchemaKey schemaKey)
public ParsedSchema schema()
schema in interface ParsedSchemaHolderpublic SchemaValue schemaValue() throws SchemaRegistryException
SchemaRegistryExceptionpublic void clear()
clear in interface ParsedSchemaHolderCopyright © 2026 Confluent, Inc.. All rights reserved.