Interface TransformFactory

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@Deprecated(since="0.3.22", forRemoval=true) @FunctionalInterface public interface TransformFactory
Deprecated, for removal: This API element is subject to removal in a future version.
Use TransformCommandParser and TransformDslParser for custom persisted transform commands.
Factory callback for the legacy TransformRegistry.
  • Method Summary

    Modifier and Type
    Method
    Description
    create(String... params)
    Deprecated, for removal: This API element is subject to removal in a future version.
    Parse DSL commands with TransformCommandParser instead.