Uses of Enum Class
io.confluent.kafka.schemaregistry.rules.RuleContext.Type
Packages that use RuleContext.Type
-
Uses of RuleContext.Type in io.confluent.kafka.schemaregistry.rules
Methods in io.confluent.kafka.schemaregistry.rules that return RuleContext.TypeModifier and TypeMethodDescriptionRuleContext.FieldContext.getType()static RuleContext.TypeReturns the enum constant of this class with the specified name.static RuleContext.Type[]RuleContext.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.confluent.kafka.schemaregistry.rules with parameters of type RuleContext.TypeModifier and TypeMethodDescriptionRuleContext.enterField(Object containingMessage, String fullName, String name, RuleContext.Type type, Set<String> tags) voidRuleContext.FieldContext.setType(RuleContext.Type type) Constructors in io.confluent.kafka.schemaregistry.rules with parameters of type RuleContext.TypeModifierConstructorDescriptionFieldContext(Object containingMessage, String fullName, String name, RuleContext.Type type, Set<String> tags)