Uses of Class
org.apache.camel.builder.endpoint.dsl.JoltEndpointBuilderFactory.JoltTransformType
-
Packages that use JoltEndpointBuilderFactory.JoltTransformType Package Description org.apache.camel.builder.endpoint.dsl -
-
Uses of JoltEndpointBuilderFactory.JoltTransformType in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return JoltEndpointBuilderFactory.JoltTransformType Modifier and Type Method Description static JoltEndpointBuilderFactory.JoltTransformType
JoltEndpointBuilderFactory.JoltTransformType. valueOf(String name)
Returns the enum constant of this type with the specified name.static JoltEndpointBuilderFactory.JoltTransformType[]
JoltEndpointBuilderFactory.JoltTransformType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.camel.builder.endpoint.dsl with parameters of type JoltEndpointBuilderFactory.JoltTransformType Modifier and Type Method Description default JoltEndpointBuilderFactory.JoltEndpointBuilder
JoltEndpointBuilderFactory.JoltEndpointBuilder. transformDsl(JoltEndpointBuilderFactory.JoltTransformType transformDsl)
Specifies the Transform DSL of the endpoint resource.
-