Uses of Enum
org.apache.avro.util.SchemaVisitor.SchemaVisitorAction
-
Uses of SchemaVisitor.SchemaVisitorAction in org.apache.avro.util
Modifier and TypeMethodDescriptionSchemaResolver.IsResolvedSchemaVisitor.afterVisitNonTerminal
(Schema nonTerminal) SchemaResolver.ResolvingVisitor.afterVisitNonTerminal
(Schema nt) SchemaVisitor.afterVisitNonTerminal
(Schema nonTerminal) Invoked for schemas with children after its children have been visited.Returns the enum constant of this type with the specified name.static SchemaVisitor.SchemaVisitorAction[]
SchemaVisitor.SchemaVisitorAction.values()
Returns an array containing the constants of this enum type, in the order they are declared.SchemaResolver.IsResolvedSchemaVisitor.visitNonTerminal
(Schema nonTerminal) SchemaResolver.ResolvingVisitor.visitNonTerminal
(Schema nt) SchemaVisitor.visitNonTerminal
(Schema nonTerminal) Invoked for schema with children before proceeding to visit the children.SchemaResolver.IsResolvedSchemaVisitor.visitTerminal
(Schema terminal) SchemaResolver.ResolvingVisitor.visitTerminal
(Schema terminal) SchemaVisitor.visitTerminal
(Schema terminal) Invoked for schemas that do not have "child" schemas (like string, int …) or for a previously encountered schema with children, which will be treated as a terminal.