Interface ChainedTransformationDescriptionBuilder

    • Method Detail

      • build

        Map<ModelVersion,​TransformationDescription> build​(ModelVersion... versions)
        Build the transformer chains for chain of versions.
        Parameters:
        versions - the versions in the transformer chain. This should not include the 'current' version mentioned in the class javadoc.
        Returns:
        a map of transformation descriptions for each model version
      • buildAndRegister

        void buildAndRegister​(SubsystemTransformerRegistration registration,
                              ModelVersion[]... chains)
        Builds and registers the transformer chains for this builder against a subsystem
        Parameters:
        registration - the subsystem registrations
        chains - the version chains (not including the 'current' version as in build(ModelVersion...))