- valueOf(String) - Static method in enum org.apache.avro.avsc.SchemaVisitorAction
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.avro.avsc.SchemaVisitorAction
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- visit(Schema, SchemaVisitor<T>) - Static method in class org.apache.avro.avsc.Schemas
-
depth first visit.
- visitNonTerminal(Schema) - Method in class org.apache.avro.avsc.ResolvingVisitor
-
- visitNonTerminal(Schema) - Method in interface org.apache.avro.avsc.SchemaVisitor
-
Invoked for schema with children before proceeding to visit the children.
- visitTerminal(Schema) - Method in class org.apache.avro.avsc.ResolvingVisitor
-
- visitTerminal(Schema) - Method in interface org.apache.avro.avsc.SchemaVisitor
-
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.