public class SimpleParsedSchemaHolder extends Object implements ParsedSchemaHolder
| Constructor and Description |
|---|
SimpleParsedSchemaHolder(ParsedSchema schema) |
| 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.
|
void |
setSchema(ParsedSchema schema) |
public SimpleParsedSchemaHolder(ParsedSchema schema)
public ParsedSchema schema()
schema in interface ParsedSchemaHolderpublic void setSchema(ParsedSchema schema)
public void clear()
clear in interface ParsedSchemaHolderCopyright © 2025 Confluent, Inc.. All rights reserved.