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