public class RuleContext.FieldContext extends Object implements AutoCloseable
| Constructor and Description |
|---|
FieldContext(Object containingMessage,
String fullName,
String name,
RuleContext.Type type,
Set<String> tags) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
equals(Object o) |
Object |
getContainingMessage() |
String |
getFullName() |
String |
getName() |
Set<String> |
getTags() |
RuleContext.Type |
getType() |
int |
hashCode() |
void |
setType(RuleContext.Type type) |
public Object getContainingMessage()
public String getFullName()
public String getName()
public RuleContext.Type getType()
public void setType(RuleContext.Type type)
public void close()
close in interface AutoCloseableCopyright © 2025 Confluent, Inc.. All rights reserved.