Uses of Interface
org.apache.camel.builder.endpoint.dsl.MustacheEndpointBuilderFactory.MustacheEndpointBuilder
Packages that use MustacheEndpointBuilderFactory.MustacheEndpointBuilder
-
Uses of MustacheEndpointBuilderFactory.MustacheEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return MustacheEndpointBuilderFactory.MustacheEndpointBuilderModifier and TypeMethodDescriptionMustache (camel-mustache) Transform messages using a Mustache template.Mustache (camel-mustache) Transform messages using a Mustache template. -
Uses of MustacheEndpointBuilderFactory.MustacheEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return MustacheEndpointBuilderFactory.MustacheEndpointBuilderModifier and TypeMethodDescriptionMustacheEndpointBuilderFactory.MustacheEndpointBuilder.allowContextMapAll(boolean allowContextMapAll) Sets whether the context map should allow access to all details.MustacheEndpointBuilderFactory.MustacheEndpointBuilder.allowContextMapAll(String allowContextMapAll) Sets whether the context map should allow access to all details.MustacheEndpointBuilderFactory.MustacheEndpointBuilder.allowTemplateFromHeader(boolean allowTemplateFromHeader) Whether to allow to use resource template from header or not (default false).MustacheEndpointBuilderFactory.MustacheEndpointBuilder.allowTemplateFromHeader(String allowTemplateFromHeader) Whether to allow to use resource template from header or not (default false).MustacheEndpointBuilderFactory.AdvancedMustacheEndpointBuilder.basic()MustacheEndpointBuilderFactory.MustacheEndpointBuilder.contentCache(boolean contentCache) Sets whether to use resource content cache or not.MustacheEndpointBuilderFactory.MustacheEndpointBuilder.contentCache(String contentCache) Sets whether to use resource content cache or not.Character encoding of the resource content.MustacheEndpointBuilderFactory.MustacheEndpointBuilder.endDelimiter(String endDelimiter) Characters used to mark template code end.MustacheEndpointBuilderFactory.endpointBuilder(String componentName, String path) Mustache (camel-mustache) Transform messages using a Mustache template.Mustache (camel-mustache) Transform messages using a Mustache template.MustacheEndpointBuilderFactory.MustacheEndpointBuilder.startDelimiter(String startDelimiter) Characters used to mark template code beginning.