| Package | Description |
|---|---|
| org.apache.camel |
The core Camel API.
|
| org.apache.camel.impl |
Default implementation classes for Camel Core
|
| org.apache.camel.model.transformer |
The JAXB POJOs for the
Transformers used to transform message contents
according to declared data types inside components
|
| Modifier and Type | Method and Description |
|---|---|
List<TransformerDefinition> |
CamelContext.getTransformers()
Gets the transformers that can be referenced in the routes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CamelContext.setTransformers(List<TransformerDefinition> transformers)
Sets the transformers that can be referenced in the routes.
|
| Modifier and Type | Method and Description |
|---|---|
List<TransformerDefinition> |
DefaultCamelContext.getTransformers() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultCamelContext.setTransformers(List<TransformerDefinition> transformers) |
| Constructor and Description |
|---|
DefaultTransformerRegistry(CamelContext context,
List<TransformerDefinition> definitions) |
| Modifier and Type | Class and Description |
|---|---|
class |
CustomTransformerDefinition
Represents a CustomTransformer.
|
class |
DataFormatTransformerDefinition
Represents a
DataFormatTransformer which leverages DataFormat to perform
transformation. |
class |
EndpointTransformerDefinition
Represents an endpoint
Transformer which leverages camel Endpoint to
perform transformation. |
| Modifier and Type | Method and Description |
|---|---|
List<TransformerDefinition> |
TransformersDefinition.getTransformers() |
| Modifier and Type | Method and Description |
|---|---|
void |
TransformersDefinition.setTransformers(List<TransformerDefinition> transformers)
The configured transformers
|
Apache Camel