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.EndpointProducerBuilderBuilder for endpoint for the MapStruct component.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default MapstructEndpointBuilderFactory.AdvancedMapstructEndpointBuilderadvanced()default MapstructEndpointBuilderFactory.MapstructEndpointBuildermandatory(boolean mandatory)Whether there must exist a mapstruct converter to convert to the POJO.default MapstructEndpointBuilderFactory.MapstructEndpointBuildermandatory(String mandatory)Whether there must exist a mapstruct converter to convert to the POJO.
-
-
-
Method Detail
-
advanced
default MapstructEndpointBuilderFactory.AdvancedMapstructEndpointBuilder advanced()
-
mandatory
default MapstructEndpointBuilderFactory.MapstructEndpointBuilder mandatory(boolean 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
default MapstructEndpointBuilderFactory.MapstructEndpointBuilder mandatory(String 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
-
-