Class AbstractConnectorOutputTypeTranslator<S,T>

java.lang.Object
de.iip_ecosphere.platform.connectors.types.AbstractConnectorOutputTypeTranslator<S,T>
Type Parameters:
S - the source type (see ConnectorOutputTypeTranslator)
T - the target type (see ConnectorOutputTypeTranslator)
All Implemented Interfaces:
ModelAccessProvider, ConnectorOutputTypeTranslator<S,T>, de.iip_ecosphere.platform.transport.serialization.OutputTypeTranslator<S,T>

public abstract class AbstractConnectorOutputTypeTranslator<S,T> extends Object implements ConnectorOutputTypeTranslator<S,T>
An abstract basic implementation of the ConnectorOutputTypeTranslator to store the ModelAccess.
Author:
Holger Eichelberger, SSE
  • Field Details

  • Constructor Details

    • AbstractConnectorOutputTypeTranslator

      public AbstractConnectorOutputTypeTranslator()
  • Method Details