Class AbstractPythonProcessService.InTypeInfo<T>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private de.iip_ecosphere.platform.transport.serialization.TypeTranslator<T,​java.lang.String> inTranslator  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected InTypeInfo​(java.lang.Class<T> type)
      Creates an instance.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected de.iip_ecosphere.platform.transport.serialization.TypeTranslator<T,​java.lang.String> getInTranslator()
      Returns the input translator.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • inTranslator

        private de.iip_ecosphere.platform.transport.serialization.TypeTranslator<T,​java.lang.String> inTranslator
    • Constructor Detail

      • InTypeInfo

        protected InTypeInfo​(java.lang.Class<T> type)
        Creates an instance.
        Parameters:
        type - the class representing the data type
    • Method Detail

      • getInTranslator

        protected de.iip_ecosphere.platform.transport.serialization.TypeTranslator<T,​java.lang.String> getInTranslator()
        Returns the input translator.
        Returns:
        the type translator, may be null