Uses of Class
org.apache.camel.component.jolt.JoltInputOutputType
-
-
Uses of JoltInputOutputType in org.apache.camel.component.jolt
Methods in org.apache.camel.component.jolt that return JoltInputOutputType Modifier and Type Method Description JoltInputOutputTypeJoltEndpoint. getInputType()JoltInputOutputTypeJoltEndpoint. getOutputType()static JoltInputOutputTypeJoltInputOutputType. 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.Methods in org.apache.camel.component.jolt with parameters of type JoltInputOutputType Modifier and Type Method Description voidJoltEndpoint. setInputType(JoltInputOutputType inputType)Specifies if the input is hydrated JSON or a JSON String.voidJoltEndpoint. setOutputType(JoltInputOutputType outputType)Specifies if the output should be hydrated JSON or a JSON String.
-