Interface MapstructEndpointBuilderFactory.MapstructEndpointBuilder
- All Superinterfaces:
org.apache.camel.builder.EndpointProducerBuilder
,org.apache.camel.EndpointProducerResolver
- Enclosing interface:
- MapstructEndpointBuilderFactory
public static interface MapstructEndpointBuilderFactory.MapstructEndpointBuilder
extends org.apache.camel.builder.EndpointProducerBuilder
Builder for endpoint for the MapStruct component.
-
Method Summary
Methods inherited from interface org.apache.camel.builder.EndpointProducerBuilder
doSetMultiValueProperties, doSetMultiValueProperty, doSetProperty, expr, getRawUri, getUri
Methods inherited from interface org.apache.camel.EndpointProducerResolver
resolve, resolve
-
Method Details
-
advanced
-
mandatory
Whether there must exist a mapstruct converter to convert to the POJO. The option is a: <code>boolean</code> type. Default: true Group: producer- Parameters:
mandatory
- the value to set- Returns:
- the dsl builder
-
mandatory
Whether there must exist a mapstruct converter to convert to the POJO. The option will be converted to a <code>boolean</code> type. Default: true Group: producer- Parameters:
mandatory
- the value to set- Returns:
- the dsl builder
-