Interface ConnectorInputTypeTranslator<T,S>

Type Parameters:
T - the target type (see TypeTranslator)
S - the source type (see TypeTranslator)
All Superinterfaces:
de.iip_ecosphere.platform.transport.serialization.InputTypeTranslator<T,S>, ModelAccessProvider
All Known Implementing Classes:
AbstractConnectorInputTypeTranslator, ConnectorInputTypeAdapter

public interface ConnectorInputTypeTranslator<T,S> extends de.iip_ecosphere.platform.transport.serialization.InputTypeTranslator<T,S>, ModelAccessProvider
Refines the TypeTranslator for the use with machine connectors.
Author:
Holger Eichelberger, SSE
  • Method Details

    • getSourceType

      Class<? extends S> getSourceType()
      Returns the source type.
      Returns:
      the source type
    • getTargetType

      Class<? extends T> getTargetType()
      Returns the target type.
      Returns:
      the target type