| Package | Description |
|---|---|
| io.confluent.kafka.schemaregistry.rules |
| Modifier and Type | Method and Description |
|---|---|
RuleContext.Type |
RuleContext.FieldContext.getType() |
static RuleContext.Type |
RuleContext.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuleContext.Type[] |
RuleContext.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
RuleContext.FieldContext |
RuleContext.enterField(Object containingMessage,
String fullName,
String name,
RuleContext.Type type,
Set<String> tags) |
void |
RuleContext.FieldContext.setType(RuleContext.Type type) |
| Constructor and Description |
|---|
FieldContext(Object containingMessage,
String fullName,
String name,
RuleContext.Type type,
Set<String> tags) |
Copyright © 2025 Confluent, Inc.. All rights reserved.