| Package | Description |
|---|---|
| org.apache.camel |
The core Camel API.
|
| org.apache.camel.spi |
Service Provider Interfaces used by the Camel runtime which are plugin strategies.
|
| Modifier and Type | Method and Description |
|---|---|
DataFormat |
CamelContext.createDataFormat(String name)
Creates the given data format given its name.
|
DataFormat |
CamelContext.resolveDataFormat(String name)
Resolve a data format given its name
|
| Modifier and Type | Method and Description |
|---|---|
String |
CamelContext.explainDataFormatJson(String dataFormatName,
DataFormat dataFormat,
boolean includeAllOptions)
Returns a JSON schema representation of the component parameters (not endpoint parameters) for the given component by its id.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DataFormatCustomizer<T extends DataFormat> |
| Modifier and Type | Method and Description |
|---|---|
DataFormat |
DataFormatResolver.createDataFormat(String name,
CamelContext context)
Creates the given data format given its name.
|
DataFormat |
DataFormatFactory.newInstance()
Creates a new DataFormat instance.
|
DataFormat |
DataFormatResolver.resolveDataFormat(String name,
CamelContext context)
Resolves the given data format given its name.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
ManagementObjectStrategy.getManagedObjectForDataFormat(CamelContext context,
DataFormat dataFormat) |
ObjectName |
ManagementObjectNameStrategy.getObjectNameForDataFormat(CamelContext context,
DataFormat endpoint) |
Apache Camel