| Package | Description |
|---|---|
| io.confluent.kafka.schemaregistry.storage |
| Modifier and Type | Field and Description |
|---|---|
protected @NotEmpty SchemaRegistryKeyType |
SchemaRegistryKey.keyType |
| Modifier and Type | Method and Description |
|---|---|
static SchemaRegistryKeyType |
SchemaRegistryKeyType.forName(String keyType) |
SchemaRegistryKeyType |
SchemaRegistryKey.getKeyType() |
static SchemaRegistryKeyType |
SchemaRegistryKeyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SchemaRegistryKeyType[] |
SchemaRegistryKeyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaRegistryKey.setKeyType(SchemaRegistryKeyType keyType) |
| Constructor and Description |
|---|
SchemaRegistryKey(SchemaRegistryKeyType keyType) |
SubjectKey(SchemaRegistryKeyType keyType,
String subject) |
Copyright © 2026 Confluent, Inc.. All rights reserved.