| Modifier and Type | Method and Description |
|---|---|
JsonataInputOutputType |
JsonataEndpoint.getInputType() |
JsonataInputOutputType |
JsonataEndpoint.getOutputType() |
static JsonataInputOutputType |
JsonataInputOutputType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JsonataInputOutputType[] |
JsonataInputOutputType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JsonataEndpoint.setInputType(JsonataInputOutputType inputType)
Specifies if the output should be Jackson JsonNode or a JSON String.
|
void |
JsonataEndpoint.setOutputType(JsonataInputOutputType outputType)
Specifies if the output should be Jackson JsonNode or a JSON String.
|
Apache Camel