Class SymbolColumnTypeMapper

  • All Implemented Interfaces:
    ExtensionPoint

    public class SymbolColumnTypeMapper
    extends ColumnTypeMapper<Symbol,​java.lang.String>
    Converts Symbol Column objects to Strings so that column gets String type column filters
    • Constructor Detail

      • SymbolColumnTypeMapper

        public SymbolColumnTypeMapper()
    • Method Detail

      • convert

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