Skip navigation links
A C G H O S T V 

A

afterVisitNonTerminal(Schema) - Method in class org.spf4j.avro.schema.CloningVisitor
 
afterVisitNonTerminal(Schema) - Method in class org.spf4j.avro.schema.SchemasWithClasses
 
afterVisitNonTerminal(Schema) - Method in interface org.spf4j.avro.schema.SchemaVisitor
Invoked for schemas with children after its children have been visited.

C

CloningVisitor - Class in org.spf4j.avro.schema
this visitor will create a clone of the original Schema with docs and other nonesential fields stripped by default.
CloningVisitor() - Constructor for class org.spf4j.avro.schema.CloningVisitor
 
CloningVisitor(BiConsumer<Schema, Schema>) - Constructor for class org.spf4j.avro.schema.CloningVisitor
 
close() - Method in class org.spf4j.avro.GenericRecordBuilder
 
copyAliases(Schema, Schema) - Static method in class org.spf4j.avro.schema.Schemas
 
copyAliases(Schema.Field, Schema.Field) - Static method in class org.spf4j.avro.schema.Schemas
 
copyLogicalTypes(Schema, Schema) - Static method in class org.spf4j.avro.schema.Schemas
 
copyProperties(JsonProperties, JsonProperties) - Static method in class org.spf4j.avro.schema.Schemas
 
copyProperties(Schema, Schema) - Static method in class org.spf4j.avro.schema.Schemas
Deprecated.
use void copyProperties(final JsonProperties from, final JsonProperties to) instead.
copyProperties(Schema.Field, Schema.Field) - Static method in class org.spf4j.avro.schema.Schemas
Deprecated.
use void copyProperties(final JsonProperties from, final JsonProperties to) instead.

G

GenericRecordBuilder - Class in org.spf4j.avro
Bytecode generating GenericRecord builder.
GenericRecordBuilder(Schema...) - Constructor for class org.spf4j.avro.GenericRecordBuilder
 
GenericRecordBuilder(GenericData.StringType, Schema...) - Constructor for class org.spf4j.avro.GenericRecordBuilder
 
get() - Method in class org.spf4j.avro.schema.CloningVisitor
 
get() - Method in class org.spf4j.avro.schema.SchemasWithClasses
 
get() - Method in interface org.spf4j.avro.schema.SchemaVisitor
Invoked when visiting is complete.
getClass(Schema) - Method in class org.spf4j.avro.GenericRecordBuilder
 
getJavaClassName(Schema) - Static method in class org.spf4j.avro.schema.Schemas
 

H

hasGeneratedJavaClass(Schema) - Static method in class org.spf4j.avro.schema.Schemas
 

O

org.spf4j.avro - package org.spf4j.avro
 
org.spf4j.avro.schema - package org.spf4j.avro.schema
 

S

Schemas - Class in org.spf4j.avro.schema
Avro Schema utilities, to traverse...
SchemasWithClasses - Class in org.spf4j.avro.schema
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.
SchemasWithClasses() - Constructor for class org.spf4j.avro.schema.SchemasWithClasses
 
SchemaVisitor<T> - Interface in org.spf4j.avro.schema
 
SchemaVisitorAction - Enum in org.spf4j.avro.schema
 

T

toString() - Method in class org.spf4j.avro.GenericRecordBuilder
 
toString() - Method in class org.spf4j.avro.schema.CloningVisitor
 
toString() - Method in class org.spf4j.avro.schema.SchemasWithClasses
 

V

valueOf(String) - Static method in enum org.spf4j.avro.schema.SchemaVisitorAction
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.spf4j.avro.schema.SchemaVisitorAction
Returns an array containing the constants of this enum type, in the order they are declared.
visit(Schema, SchemaVisitor<T>) - Static method in class org.spf4j.avro.schema.Schemas
depth first visit.
visitNonTerminal(Schema) - Method in class org.spf4j.avro.schema.CloningVisitor
 
visitNonTerminal(Schema) - Method in class org.spf4j.avro.schema.SchemasWithClasses
 
visitNonTerminal(Schema) - Method in interface org.spf4j.avro.schema.SchemaVisitor
Invoked for schema with children before proceeding to visit the children.
visitTerminal(Schema) - Method in class org.spf4j.avro.schema.CloningVisitor
 
visitTerminal(Schema) - Method in class org.spf4j.avro.schema.SchemasWithClasses
 
visitTerminal(Schema) - Method in interface org.spf4j.avro.schema.SchemaVisitor
Invoked for schemas that do not have "child" schemas or for a previously encountered schema with children which will be treated as a terminal.
A C G H O S T V 
Skip navigation links

Copyright © 2017. All rights reserved.