package
transformation
Type Members
-
trait
GenericContextTransformationWrapper[T, VC, PAR, ST] extends GenericNodeTransformation[T]
-
case class
JavaFinalResults[ST](finalContext: ValidationContext, errors: List[ProcessCompilationError], state: Optional[ST]) extends JavaTransformationStepResult[ST] with Product with Serializable
-
trait
JavaGenericJoinTransformation[T, ST] extends JavaGenericTransformation[T, Map[String, ValidationContext], BaseDefinedParameter, ST]
-
trait
JavaGenericSingleTransformation[T, ST] extends JavaGenericTransformation[T, ValidationContext, DefinedSingleParameter, ST]
-
trait
JavaGenericTransformation[T, VC, PAR, ST] extends AnyRef
-
case class
JavaNextParameters[ST](parameters: List[Parameter], errors: List[ProcessCompilationError], state: Optional[ST]) extends JavaTransformationStepResult[ST] with Product with Serializable
-
trait
JavaSourceFactoryGenericTransformation[ST] extends JavaGenericSingleTransformation[Source, ST]
-
sealed
trait
JavaTransformationStepResult[ST] extends AnyRef
-
class
JoinGenericContextTransformationWrapper[ST] extends CustomStreamTransformer with JoinGenericNodeTransformation[AnyRef]
-
class
SingleGenericContextTransformationWrapper[T, ST] extends CustomStreamTransformer with SingleInputGenericNodeTransformation[T] with GenericContextTransformationWrapper[T, ValidationContext, DefinedSingleParameter, ST]
-
class
SourceFactoryGenericContextTransformationWrapper[ST] extends SourceFactory with SingleInputGenericNodeTransformation[Source] with GenericContextTransformationWrapper[Source, ValidationContext, DefinedSingleParameter, ST]