Uses of Interface
org.apache.camel.component.jsonata.JsonataFrameBinding
-
Uses of JsonataFrameBinding in org.apache.camel.component.jsonata
Fields in org.apache.camel.component.jsonata declared as JsonataFrameBindingMethods in org.apache.camel.component.jsonata that return JsonataFrameBindingModifier and TypeMethodDescriptionJsonataComponent.getFrameBinding()JsonataEndpoint.getFrameBinding()Methods in org.apache.camel.component.jsonata with parameters of type JsonataFrameBindingModifier and TypeMethodDescriptionvoidJsonataComponent.setFrameBinding(JsonataFrameBinding frameBinding) To use the custom JsonataFrameBinding to perform configuration of custom functions that will be used.voidJsonataEndpoint.setFrameBinding(JsonataFrameBinding frameBinding) Specifies the custom framebinding.Constructors in org.apache.camel.component.jsonata with parameters of type JsonataFrameBindingModifierConstructorDescriptionJsonataEndpoint(String uri, JsonataComponent component, String resourceUri, JsonataFrameBinding frameBinding)