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