Uses of Interface
org.apache.avro.compiler.schema.SchemaVisitor
-
Uses of SchemaVisitor in org.apache.avro.compiler.schema
Modifier and TypeClassDescriptionfinal class
this visitor will create a clone of the original Schema with docs and other nonessential fields stripped by default. what attributes are copied is customizable.Modifier and TypeMethodDescriptionstatic <T> T
Schemas.visit
(Schema start, SchemaVisitor<T> visitor) depth first visit.