Interface CustomTypeMetadataBuilder


public interface CustomTypeMetadataBuilder
Builder for metadata of a custom step/parser.

The custom step/parser metadata consists of the name of the custom step/parser, description, major version, minor version, patch version, author name, and license type.

One of the 3 main builders required for a custom step/parser:

  1. StepConfigurationBuilder
  2. StepProcessorBuilder
  3. CustomTypeMetadataBuilder
Since:
2.0.0
See Also: