Interface ITransformationStrategyRegistry

  • All Known Implementing Classes:
    TransformationStrategyRegistry

    public interface ITransformationStrategyRegistry
    The layout transformation strategy registry for obtaining strategies using correspoding layout transformation contexts.
    • Method Detail

      • get

        ILayoutTransformationStrategy get​(RootBaseTransformationContext<?,​?> context)
        Gets the transformation strategy using the provided transformation context for the reference.
        Parameters:
        context - The context to use for the reference.
        Returns:
        The corresponding transformation strategy, result cannot be null.