package transformation

Type Members

  1. trait GenericContextTransformationWrapper[T, VC, PAR, ST] extends GenericNodeTransformation[T]
  2. case class JavaFinalResults[ST](finalContext: ValidationContext, errors: List[ProcessCompilationError], state: Optional[ST]) extends JavaTransformationStepResult[ST] with Product with Serializable
  3. trait JavaGenericJoinTransformation[T, ST] extends JavaGenericTransformation[T, Map[String, ValidationContext], BaseDefinedParameter, ST]
  4. trait JavaGenericSingleTransformation[T, ST] extends JavaGenericTransformation[T, ValidationContext, DefinedSingleParameter, ST]
  5. trait JavaGenericTransformation[T, VC, PAR, ST] extends AnyRef
  6. case class JavaNextParameters[ST](parameters: List[Parameter], errors: List[ProcessCompilationError], state: Optional[ST]) extends JavaTransformationStepResult[ST] with Product with Serializable
  7. trait JavaSourceFactoryGenericTransformation[ST] extends JavaGenericSingleTransformation[Source, ST]
  8. sealed trait JavaTransformationStepResult[ST] extends AnyRef
  9. class JoinGenericContextTransformationWrapper[ST] extends CustomStreamTransformer with JoinGenericNodeTransformation[AnyRef]
  10. class SingleGenericContextTransformationWrapper[T, ST] extends CustomStreamTransformer with SingleInputGenericNodeTransformation[T] with GenericContextTransformationWrapper[T, ValidationContext, DefinedSingleParameter, ST]
  11. class SourceFactoryGenericContextTransformationWrapper[ST] extends SourceFactory with SingleInputGenericNodeTransformation[Source] with GenericContextTransformationWrapper[Source, ValidationContext, DefinedSingleParameter, ST]

Ungrouped