Package | Description |
---|---|
org.spf4j.avro.schema |
Modifier and Type | Class and Description |
---|---|
class |
CloningVisitor
this visitor will create a clone of the original Schema with docs and other nonesential fields stripped
by default.
|
class |
ImmutableCloningVisitor
this visitor will create a clone of the original Schema with docs and other nonesential fields stripped
by default.
|
class |
SchemasWithClasses
A 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.
|
Modifier and Type | Method and Description |
---|---|
static <T> T |
Schemas.visit(org.apache.avro.Schema start,
SchemaVisitor<T> visitor)
depth first visit.
|
Copyright © 2018 SPF4J. All rights reserved.