Uses of Enum Class
org.apache.camel.component.jsonata.JsonataInputOutputType
-
Uses of JsonataInputOutputType in org.apache.camel.component.jsonata
Methods in org.apache.camel.component.jsonata that return JsonataInputOutputTypeModifier and TypeMethodDescriptionJsonataEndpoint.getInputType()JsonataEndpoint.getOutputType()static JsonataInputOutputTypeReturns the enum constant of this class with the specified name.static JsonataInputOutputType[]JsonataInputOutputType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.camel.component.jsonata with parameters of type JsonataInputOutputTypeModifier and TypeMethodDescriptionvoidJsonataEndpoint.setInputType(JsonataInputOutputType inputType) Specifies if the input should be Jackson JsonNode or a JSON String.voidJsonataEndpoint.setOutputType(JsonataInputOutputType outputType) Specifies if the output should be Jackson JsonNode or a JSON String.