| Package | Description | 
|---|---|
| org.apache.avro.compiler.schema | 
| Modifier and Type | Method and Description | 
|---|---|
SchemaVisitorAction | 
CloningVisitor.afterVisitNonTerminal(Schema nt)  | 
SchemaVisitorAction | 
SchemaVisitor.afterVisitNonTerminal(Schema nonTerminal)
Invoked for schemas with children after its children have been visited. 
 | 
static SchemaVisitorAction | 
SchemaVisitorAction.valueOf(String name)
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. 
 | 
SchemaVisitorAction | 
CloningVisitor.visitNonTerminal(Schema nt)  | 
SchemaVisitorAction | 
SchemaVisitor.visitNonTerminal(Schema nonTerminal)
Invoked for schema with children before proceeding to visit the children. 
 | 
SchemaVisitorAction | 
CloningVisitor.visitTerminal(Schema terminal)  | 
SchemaVisitorAction | 
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. 
 | 
Copyright © 2009–2021 The Apache Software Foundation. All rights reserved.