Uses of Interface
org.apache.camel.builder.endpoint.dsl.JsonataEndpointBuilderFactory.JsonataEndpointBuilder
Packages that use JsonataEndpointBuilderFactory.JsonataEndpointBuilder
-
Uses of JsonataEndpointBuilderFactory.JsonataEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return JsonataEndpointBuilderFactory.JsonataEndpointBuilderModifier and TypeMethodDescriptionJSONata (camel-jsonata) Transforms JSON payload using JSONata transformation.JSONata (camel-jsonata) Transforms JSON payload using JSONata transformation. -
Uses of JsonataEndpointBuilderFactory.JsonataEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return JsonataEndpointBuilderFactory.JsonataEndpointBuilderModifier and TypeMethodDescriptionJsonataEndpointBuilderFactory.JsonataEndpointBuilder.allowContextMapAll(boolean allowContextMapAll) Sets whether the context map should allow access to all details.JsonataEndpointBuilderFactory.JsonataEndpointBuilder.allowContextMapAll(String allowContextMapAll) Sets whether the context map should allow access to all details.JsonataEndpointBuilderFactory.AdvancedJsonataEndpointBuilder.basic()JsonataEndpointBuilderFactory.JsonataEndpointBuilder.contentCache(boolean contentCache) Sets whether to use resource content cache or not.JsonataEndpointBuilderFactory.JsonataEndpointBuilder.contentCache(String contentCache) Sets whether to use resource content cache or not.JsonataEndpointBuilderFactory.endpointBuilder(String componentName, String path) Specifies if the input should be Jackson JsonNode or a JSON String.JsonataEndpointBuilderFactory.JsonataEndpointBuilder.inputType(org.apache.camel.component.jsonata.JsonataInputOutputType inputType) Specifies if the input should be Jackson JsonNode or a JSON String.JSONata (camel-jsonata) Transforms JSON payload using JSONata transformation.JSONata (camel-jsonata) Transforms JSON payload using JSONata transformation.JsonataEndpointBuilderFactory.JsonataEndpointBuilder.outputType(String outputType) Specifies if the output should be Jackson JsonNode or a JSON String.JsonataEndpointBuilderFactory.JsonataEndpointBuilder.outputType(org.apache.camel.component.jsonata.JsonataInputOutputType outputType) Specifies if the output should be Jackson JsonNode or a JSON String.