Class GenericMultiTypeServiceImpl.InTypeInfo<T>
java.lang.Object
de.iip_ecosphere.platform.services.environment.GenericMultiTypeServiceImpl.AbstractTypeInfo<T>
de.iip_ecosphere.platform.services.environment.GenericMultiTypeServiceImpl.InTypeInfo<T>
- Type Parameters:
T- the Java representation of the output type
- Enclosing class:
GenericMultiTypeServiceImpl
public static class GenericMultiTypeServiceImpl.InTypeInfo<T>
extends GenericMultiTypeServiceImpl.AbstractTypeInfo<T>
Represents an input type.
- Author:
- Holger Eichelberger, SSE
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the input translator.Methods inherited from class de.iip_ecosphere.platform.services.environment.GenericMultiTypeServiceImpl.AbstractTypeInfo
getType
-
Field Details
-
inTranslator
-
-
Constructor Details
-
InTypeInfo
Creates an instance.- Parameters:
type- the class representing the data type
-
-
Method Details
-
getInTranslator
Returns the input translator.- Returns:
- the type translator, may be null
-