Uses of Interface
org.apache.camel.builder.component.dsl.MapstructComponentBuilderFactory.MapstructComponentBuilder
Packages that use MapstructComponentBuilderFactory.MapstructComponentBuilder
-
Uses of MapstructComponentBuilderFactory.MapstructComponentBuilder in org.apache.camel.builder.component
Methods in org.apache.camel.builder.component that return MapstructComponentBuilderFactory.MapstructComponentBuilderModifier and TypeMethodDescriptionComponentsBuilderFactory.mapstruct()MapStruct (camel-mapstruct) Type Conversion using Mapstruct Category: transformation Since: 3.19 Maven coordinates: org.apache.camel:camel-mapstruct -
Uses of MapstructComponentBuilderFactory.MapstructComponentBuilder in org.apache.camel.builder.component.dsl
Classes in org.apache.camel.builder.component.dsl that implement MapstructComponentBuilderFactory.MapstructComponentBuilderModifier and TypeClassDescriptionstatic classMethods in org.apache.camel.builder.component.dsl that return MapstructComponentBuilderFactory.MapstructComponentBuilderModifier and TypeMethodDescriptionMapstructComponentBuilderFactory.MapstructComponentBuilder.autowiredEnabled(boolean autowiredEnabled) Whether autowiring is enabled.MapstructComponentBuilderFactory.MapstructComponentBuilder.lazyStartProducer(boolean lazyStartProducer) Whether the producer should be started lazy (on the first message).MapstructComponentBuilderFactory.MapstructComponentBuilder.mapperPackageName(String mapperPackageName) Package name(s) where Camel should discover Mapstruct mapping classes.MapstructComponentBuilderFactory.mapstruct()MapStruct (camel-mapstruct) Type Conversion using Mapstruct Category: transformation Since: 3.19 Maven coordinates: org.apache.camel:camel-mapstructMapstructComponentBuilderFactory.MapstructComponentBuilder.mapStructConverter(org.apache.camel.component.mapstruct.MapStructMapperFinder mapStructConverter) To use a custom MapStructConverter such as adapting to a special runtime.