Interface MapstructEndpointBuilderFactory.MapstructBuilders

    • Method Summary

      All Methods Instance Methods Default Methods 
      Modifier and Type Method Description
      default MapstructEndpointBuilderFactory.MapstructEndpointBuilder mapstruct​(String path)
      MapStruct (camel-mapstruct) Type Conversion using Mapstruct Category: transformation Since: 3.19 Maven coordinates: org.apache.camel:camel-mapstruct Syntax: mapstruct:className Path parameter: className (required) The fully qualified class name of the POJO that mapstruct should convert to (target)
      default MapstructEndpointBuilderFactory.MapstructEndpointBuilder mapstruct​(String componentName, String path)
      MapStruct (camel-mapstruct) Type Conversion using Mapstruct Category: transformation Since: 3.19 Maven coordinates: org.apache.camel:camel-mapstruct Syntax: mapstruct:className Path parameter: className (required) The fully qualified class name of the POJO that mapstruct should convert to (target)
    • Method Detail

      • mapstruct

        default MapstructEndpointBuilderFactory.MapstructEndpointBuilder mapstruct​(String path)
        MapStruct (camel-mapstruct) Type Conversion using Mapstruct Category: transformation Since: 3.19 Maven coordinates: org.apache.camel:camel-mapstruct Syntax: mapstruct:className Path parameter: className (required) The fully qualified class name of the POJO that mapstruct should convert to (target)
        Parameters:
        path - className
        Returns:
        the dsl builder
      • mapstruct

        default MapstructEndpointBuilderFactory.MapstructEndpointBuilder mapstruct​(String componentName,
                                                                                   String path)
        MapStruct (camel-mapstruct) Type Conversion using Mapstruct Category: transformation Since: 3.19 Maven coordinates: org.apache.camel:camel-mapstruct Syntax: mapstruct:className Path parameter: className (required) The fully qualified class name of the POJO that mapstruct should convert to (target)
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - className
        Returns:
        the dsl builder