Uses of Interface
com.orchestranetworks.addon.dint.transformation.TransformationConfigurationContext
-
Packages that use TransformationConfigurationContext Package Description com.orchestranetworks.addon.dint.transformation Provides classes and interfaces to define and register transformations. -
-
Uses of TransformationConfigurationContext in com.orchestranetworks.addon.dint.transformation
Methods in com.orchestranetworks.addon.dint.transformation with parameters of type TransformationConfigurationContext Modifier and Type Method Description default voidTransformationFunction. setup(TransformationConfigurationContext context)Allows retrieving parameters fromTransformationConfigurationContextto set up for theTransformationFunction.transform(TransformationExecutionContext)method.
-