Uses of Enum
org.apache.avro.compiler.schema.SchemaVisitorAction
Packages that use SchemaVisitorAction
-
Uses of SchemaVisitorAction in org.apache.avro.compiler.schema
Methods in org.apache.avro.compiler.schema that return SchemaVisitorActionModifier and TypeMethodDescriptionCloningVisitor.afterVisitNonTerminal(org.apache.avro.Schema nt) SchemaVisitor.afterVisitNonTerminal(org.apache.avro.Schema nonTerminal) Invoked for schemas with children after its children have been visited.static SchemaVisitorActionReturns 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(org.apache.avro.Schema nt) SchemaVisitor.visitNonTerminal(org.apache.avro.Schema nonTerminal) Invoked for schema with children before proceeding to visit the children.CloningVisitor.visitTerminal(org.apache.avro.Schema terminal) SchemaVisitor.visitTerminal(org.apache.avro.Schema terminal) Invoked for schemas that do not have "child" schemas (like string, int ...)