\r\n

51Degrees Pipeline Java  4.4

51Degrees Pipeline for Java

fiftyone.pipeline.annotations.ElementBuilder Interface Reference

Detailed Description

Annotation used to identify ElementBuilder implementations to the PipelineBuilder.

For an ElementBuilder implementation to be made available when using the PipelineBuilderFromConfiguration#buildFromConfiguration(PipelineOptions) method, the class must be annotated with ElementBuilder.

Public Member Functions

String  alternateName () default ""
Alternative name for the builder to be used by the PipelineBuilder when finding the builder class using the name in the configuration. More...

Member Function Documentation

◆ alternateName()

String fiftyone.pipeline.annotations.ElementBuilder.alternateName ( )

Alternative name for the builder to be used by the PipelineBuilder when finding the builder class using the name in the configuration.

Returns
the alternative builder name