| Package | Description |
|---|---|
| org.apache.camel.impl |
Default implementation classes for Camel Core
|
| org.apache.camel.model |
The JAXB POJOs for the
XML
Configuration of the routing rules.
|
| org.apache.camel.model.transformer |
The JAXB POJOs for the
Transformers used to
transform message contents according to declared data types inside
components
|
| org.apache.camel.reifier.transformer |
| Modifier and Type | Method and Description |
|---|---|
List<TransformerDefinition> |
DefaultModel.getTransformers() |
List<TransformerDefinition> |
AbstractModelCamelContext.getTransformers() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultModel.setTransformers(List<TransformerDefinition> transformers) |
void |
AbstractModelCamelContext.setTransformers(List<TransformerDefinition> transformers) |
| Modifier and Type | Method and Description |
|---|---|
List<TransformerDefinition> |
Model.getTransformers()
Gets the transformers that can be referenced in the routes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Model.setTransformers(List<TransformerDefinition> transformers)
Sets the transformers that can be referenced in the routes.
|
| 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
|
| Modifier and Type | Method and Description |
|---|---|
static TransformerReifier<? extends TransformerDefinition> |
TransformerReifier.reifier(TransformerDefinition definition) |
| Modifier and Type | Method and Description |
|---|---|
static TransformerReifier<? extends TransformerDefinition> |
TransformerReifier.reifier(TransformerDefinition definition) |
| Constructor and Description |
|---|
CustomTransformeReifier(TransformerDefinition definition) |
DataFormatTransformeReifier(TransformerDefinition definition) |
EndpointTransformeReifier(TransformerDefinition definition) |
Apache Camel