Uses of Interface
org.apache.avro.util.SchemaVisitor
-
Uses of SchemaVisitor in org.apache.avro.util
Modifier and TypeClassDescriptionstatic final class
This visitor checks if the current schema is fully resolved.static final class
This visitor creates clone of the visited Schemata, minus the specified schema properties, and resolves all unresolved schemas.Modifier and TypeMethodDescriptionstatic <T> T
Schemas.visit
(Schema start, SchemaVisitor<T> visitor) Depth first visit.