Interface TransformFactory

All Known Implementing Classes:
ExpressionTransformFactory, FormatTransformFactory, MapTransformFactory
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface TransformFactory
A way to create transform instances of a certain transform type. Registered with the BindingRegistryImpl
  • Method Summary

    Modifier and Type
    Method
    Description
    create(BindingContext context, com.inductiveautomation.ignition.common.gson.JsonObject config)
    Create a new instance of a transform type.
  • Method Details