Uses of Interface
org.spf4j.avro.schema.SchemaVisitor
-
Packages that use SchemaVisitor Package Description org.spf4j.avro.schema -
-
Uses of SchemaVisitor in org.spf4j.avro.schema
Classes in org.spf4j.avro.schema that implement SchemaVisitor Modifier and Type Class Description classCloningVisitorthis visitor will create a clone of the original Schema with docs and other nonesential fields stripped by default.classImmutableCloningVisitorthis visitor will create a clone of the original Schema with docs and other nonesential fields stripped by default.classSchemasWithClassesA visitor that recursively visits a schema and returns a map like: java class name -> Schema for every Schema encountered that has a java class implementation.Methods in org.spf4j.avro.schema with parameters of type SchemaVisitor Modifier and Type Method Description static <T> TSchemas. visit(org.apache.avro.Schema start, SchemaVisitor<T> visitor)depth first visit.
-