Uses of Interface
org.apache.camel.builder.endpoint.dsl.MapstructEndpointBuilderFactory.MapstructEndpointBuilder
Packages that use MapstructEndpointBuilderFactory.MapstructEndpointBuilder
-
Uses of MapstructEndpointBuilderFactory.MapstructEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return MapstructEndpointBuilderFactory.MapstructEndpointBuilderModifier and TypeMethodDescriptionMapStruct (camel-mapstruct) Type Conversion using Mapstruct Category: transformation Since: 3.19 Maven coordinates: org.apache.camel:camel-mapstruct Syntax:mapstruct:classNamePath parameter: className (required) The fully qualified class name of the POJO that mapstruct should convert to (target)MapStruct (camel-mapstruct) Type Conversion using Mapstruct Category: transformation Since: 3.19 Maven coordinates: org.apache.camel:camel-mapstruct Syntax:mapstruct:classNamePath parameter: className (required) The fully qualified class name of the POJO that mapstruct should convert to (target) -
Uses of MapstructEndpointBuilderFactory.MapstructEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return MapstructEndpointBuilderFactory.MapstructEndpointBuilderModifier and TypeMethodDescriptionMapstructEndpointBuilderFactory.AdvancedMapstructEndpointBuilder.basic()MapstructEndpointBuilderFactory.endpointBuilder(String componentName, String path) MapstructEndpointBuilderFactory.MapstructEndpointBuilder.mandatory(boolean mandatory) Whether there must exist a mapstruct converter to convert to the POJO.Whether there must exist a mapstruct converter to convert to the POJO.MapStruct (camel-mapstruct) Type Conversion using Mapstruct Category: transformation Since: 3.19 Maven coordinates: org.apache.camel:camel-mapstruct Syntax:mapstruct:classNamePath parameter: className (required) The fully qualified class name of the POJO that mapstruct should convert to (target)MapStruct (camel-mapstruct) Type Conversion using Mapstruct Category: transformation Since: 3.19 Maven coordinates: org.apache.camel:camel-mapstruct Syntax:mapstruct:classNamePath parameter: className (required) The fully qualified class name of the POJO that mapstruct should convert to (target)