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 Details

    • inTranslator

      private de.iip_ecosphere.platform.transport.serialization.TypeTranslator<T,String> inTranslator
  • Constructor Details

    • InTypeInfo

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

    • getInTranslator

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