public abstract class AvroTranslator extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static com.fasterxml.jackson.databind.node.JsonNodeFactory |
FACTORY |
| Constructor and Description |
|---|
AvroTranslator() |
| Modifier and Type | Method and Description |
|---|---|
protected static <T> com.github.fge.jsonschema.report.ProcessingMessage |
newMsg(MutableTree tree,
T message) |
abstract void |
translate(org.apache.avro.Schema avroSchema,
MutableTree jsonSchema,
com.github.fge.jsonschema.report.ProcessingReport report) |
protected static final com.fasterxml.jackson.databind.node.JsonNodeFactory FACTORY
public abstract void translate(org.apache.avro.Schema avroSchema,
MutableTree jsonSchema,
com.github.fge.jsonschema.report.ProcessingReport report)
throws com.github.fge.jsonschema.exceptions.ProcessingException
com.github.fge.jsonschema.exceptions.ProcessingExceptionprotected static final <T> com.github.fge.jsonschema.report.ProcessingMessage newMsg(MutableTree tree, T message)
Copyright © 2013. All Rights Reserved.