@Beta @ParametersAreNonnullByDefault public final class Schemas extends Object
| Modifier and Type | Method and Description |
|---|---|
static ImmutableSchema |
immutable(org.apache.avro.Schema schema) |
static ImmutableSchema |
immutable(org.apache.avro.Schema schema,
boolean withSerializationSignificatAttrsonly) |
static <T> T |
visit(org.apache.avro.Schema start,
SchemaVisitor<T> visitor)
depth first visit.
|
public static ImmutableSchema immutable(org.apache.avro.Schema schema)
public static ImmutableSchema immutable(org.apache.avro.Schema schema, boolean withSerializationSignificatAttrsonly)
public static <T> T visit(org.apache.avro.Schema start,
SchemaVisitor<T> visitor)
start - visitor - Copyright © 2017 SPF4J. All rights reserved.