Uses of Interface
org.apache.camel.builder.component.dsl.ThymeleafComponentBuilderFactory.ThymeleafComponentBuilder
Packages that use ThymeleafComponentBuilderFactory.ThymeleafComponentBuilder
-
Uses of ThymeleafComponentBuilderFactory.ThymeleafComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return ThymeleafComponentBuilderFactory.ThymeleafComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.thymeleaf()Thymeleaf (camel-thymeleaf) Transform messages using a Thymeleaf template. -
Uses of ThymeleafComponentBuilderFactory.ThymeleafComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement ThymeleafComponentBuilderFactory.ThymeleafComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return ThymeleafComponentBuilderFactory.ThymeleafComponentBuilderModifier and TypeMethodDescriptionThymeleafComponentBuilderFactory.ThymeleafComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.ThymeleafComponentBuilderFactory.ThymeleafComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).ThymeleafComponentBuilderFactory.thymeleaf()Thymeleaf (camel-thymeleaf) Transform messages using a Thymeleaf template.