Uses of Class
org.apache.avro.ImmutableSchema
-
Packages that use ImmutableSchema Package Description org.apache.avro org.spf4j.avro.schema -
-
Uses of ImmutableSchema in org.apache.avro
Methods in org.apache.avro that return ImmutableSchema Modifier and Type Method Description static ImmutableSchemaImmutableSchema. create(org.apache.avro.Schema schema) -
Uses of ImmutableSchema in org.spf4j.avro.schema
Methods in org.spf4j.avro.schema that return ImmutableSchema Modifier and Type Method Description ImmutableSchemaImmutableCloningVisitor. get()static ImmutableSchemaSchemas. immutable(org.apache.avro.Schema schema)static ImmutableSchemaSchemas. immutable(org.apache.avro.Schema schema, boolean withSerializationSignificatAttrsonly)
-