Class AbstractConnectorInputTypeTranslator<T,S>

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

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

  • Constructor Details

    • AbstractConnectorInputTypeTranslator

      public AbstractConnectorInputTypeTranslator()
  • Method Details