Class AbstractPythonProcessService.AbstractTypeInfo<T>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.Class<T> type  
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.Class<T> getType()
      Returns the Java representation of the type.
      • Methods inherited from class java.lang.Object

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

      • type

        private java.lang.Class<T> type
    • Constructor Detail

      • AbstractTypeInfo

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

      • getType

        protected java.lang.Class<T> getType()
        Returns the Java representation of the type.
        Returns:
        the type