@Metadata(firstVersion="2.14.0",
label="dataformat,transformation",
title="Avro")
public class AvroDataFormat
extends DataFormatDefinition
| Constructor and Description |
|---|
AvroDataFormat() |
AvroDataFormat(String instanceClassName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getInstanceClassName() |
Object |
getSchema() |
void |
setInstanceClassName(String instanceClassName)
Class name to use for marshal and unmarshalling
|
void |
setSchema(Object schema) |
getContentTypeHeader, getDataFormat, getDataFormatName, getOtherAttributes, getShortName, setContentTypeHeader, setDataFormat, setDataFormatName, setOtherAttributesgetId, setIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetReadPropertyPlaceholderOptions, getWritePropertyPlaceholderOptionspublic AvroDataFormat()
public AvroDataFormat(String instanceClassName)
public String getInstanceClassName()
public void setInstanceClassName(String instanceClassName)
Apache Camel