Class AbstractPythonProcessService.InTypeInfo<T>
- java.lang.Object
-
- de.iip_ecosphere.platform.services.environment.AbstractPythonProcessService.AbstractTypeInfo<T>
-
- de.iip_ecosphere.platform.services.environment.AbstractPythonProcessService.InTypeInfo<T>
-
- Type Parameters:
T- the Java representation of the output type
- Enclosing class:
- AbstractPythonProcessService
protected class AbstractPythonProcessService.InTypeInfo<T> extends AbstractPythonProcessService.AbstractTypeInfo<T>
Represents an input type.- Author:
- Holger Eichelberger, SSE
-
-
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 protectedInTypeInfo(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 de.iip_ecosphere.platform.services.environment.AbstractPythonProcessService.AbstractTypeInfo
getType
-
-
-
-
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
-
-