Uses of Enum
org.apache.avro.compiler.schema.SchemaVisitorAction
-
Uses of SchemaVisitorAction in org.apache.avro.compiler.schema
Modifier and TypeMethodDescriptionCloningVisitor.afterVisitNonTerminal
(Schema nt) SchemaVisitor.afterVisitNonTerminal
(Schema nonTerminal) Invoked for schemas with children after its children have been visited.static SchemaVisitorAction
Returns the enum constant of this type with the specified name.static SchemaVisitorAction[]
SchemaVisitorAction.values()
Returns an array containing the constants of this enum type, in the order they are declared.CloningVisitor.visitNonTerminal
(Schema nt) SchemaVisitor.visitNonTerminal
(Schema nonTerminal) Invoked for schema with children before proceeding to visit the children.CloningVisitor.visitTerminal
(Schema terminal) SchemaVisitor.visitTerminal
(Schema terminal) Invoked for schemas that do not have "child" schemas (like string, int ...)