@Metadata(firstVersion="3.0.0",
label="dataformat,transformation",
title="jsonApi")
public class JsonApiDataFormat
extends DataFormatDefinition
| Constructor and Description |
|---|
JsonApiDataFormat() |
| Modifier and Type | Method and Description |
|---|---|
Class<?>[] |
getDataFormatTypes() |
Class<?> |
getMainFormatType() |
void |
setDataFormatTypes(Class<?>[] dataFormatTypes)
The classes to take into account for the marshalling
|
void |
setMainFormatType(Class<?> mainFormatType)
The classes to take into account while unmarshalling
|
getContentTypeHeader, getDataFormat, getDataFormatName, getOtherAttributes, getShortName, setContentTypeHeader, setDataFormat, setDataFormatName, setOtherAttributesgetId, setIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetReadPropertyPlaceholderOptions, getWritePropertyPlaceholderOptionspublic JsonApiDataFormat()
public Class<?>[] getDataFormatTypes()
public void setDataFormatTypes(Class<?>[] dataFormatTypes)
public Class<?> getMainFormatType()
public void setMainFormatType(Class<?> mainFormatType)
Apache Camel