Uses of Class
org.apache.camel.component.jolt.JoltTransformType
-
-
Uses of JoltTransformType in org.apache.camel.component.jolt
Methods in org.apache.camel.component.jolt that return JoltTransformType Modifier and Type Method Description JoltTransformTypeJoltEndpoint. getTransformDsl()static JoltTransformTypeJoltTransformType. valueOf(String name)Returns the enum constant of this type with the specified name.static JoltTransformType[]JoltTransformType. 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 JoltTransformType Modifier and Type Method Description voidJoltEndpoint. setTransformDsl(JoltTransformType transformType)Specifies the Transform DSL of the endpoint resource.
-