Package | Description |
---|---|
org.spf4j.avro.schema |
Modifier and Type | Method and Description |
---|---|
SchemaVisitorAction |
ImmutableCloningVisitor.afterVisitNonTerminal(org.apache.avro.Schema nt) |
SchemaVisitorAction |
SchemaVisitor.afterVisitNonTerminal(org.apache.avro.Schema nonTerminal)
Invoked for schemas with children after its children have been visited.
|
SchemaVisitorAction |
SchemasWithClasses.afterVisitNonTerminal(org.apache.avro.Schema terminal) |
SchemaVisitorAction |
CloningVisitor.afterVisitNonTerminal(org.apache.avro.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 |
ImmutableCloningVisitor.visitNonTerminal(org.apache.avro.Schema nt) |
SchemaVisitorAction |
SchemaVisitor.visitNonTerminal(org.apache.avro.Schema nonTerminal)
Invoked for schema with children before proceeding to visit the children.
|
SchemaVisitorAction |
SchemasWithClasses.visitNonTerminal(org.apache.avro.Schema schema) |
SchemaVisitorAction |
CloningVisitor.visitNonTerminal(org.apache.avro.Schema nt) |
SchemaVisitorAction |
ImmutableCloningVisitor.visitTerminal(org.apache.avro.Schema terminal) |
SchemaVisitorAction |
SchemaVisitor.visitTerminal(org.apache.avro.Schema terminal)
Invoked for schemas that do not have "child" schemas or for a previously encountered schema with children
which will be treated as a terminal.
|
SchemaVisitorAction |
SchemasWithClasses.visitTerminal(org.apache.avro.Schema schema) |
SchemaVisitorAction |
CloningVisitor.visitTerminal(org.apache.avro.Schema terminal) |
Copyright © 2018 SPF4J. All rights reserved.