Class ScalarToLongColumnTypeMapper

    • Constructor Detail

      • ScalarToLongColumnTypeMapper

        public ScalarToLongColumnTypeMapper()
    • Method Detail

      • convert

        public java.lang.Long convert​(Scalar value)
        Description copied from class: ColumnTypeMapper
        Converts an object of type T1 to an object of type T2
        Specified by:
        convert in class ColumnTypeMapper<Scalar,​java.lang.Long>
        Parameters:
        value - the object to convert.
        Returns:
        the converted object.