Interface DozerEndpointBuilderFactory.DozerBuilders

    • Method Detail

      • dozer

        default DozerEndpointBuilderFactory.DozerEndpointBuilder dozer​(String path)
        Dozer (camel-dozer) Map between Java beans using the Dozer mapping library. Category: transformation Since: 2.15 Maven coordinates: org.apache.camel:camel-dozer Syntax: dozer:name Path parameter: name (required) A human readable name of the mapping.
        Parameters:
        path - name
      • dozer

        default DozerEndpointBuilderFactory.DozerEndpointBuilder dozer​(String componentName,
                                                                       String path)
        Dozer (camel-dozer) Map between Java beans using the Dozer mapping library. Category: transformation Since: 2.15 Maven coordinates: org.apache.camel:camel-dozer Syntax: dozer:name Path parameter: name (required) A human readable name of the mapping.
        Parameters:
        componentName - to use a custom component name for the endpoint instead of the default name
        path - name