Interface MapstructEndpointBuilderFactory.MapstructBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
MapstructEndpointBuilderFactory

public static interface MapstructEndpointBuilderFactory.MapstructBuilders
  • Method Summary

    Modifier and Type
    Method
    Description
    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)
    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 Details

    • mapstruct

      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

      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