Class NamespaceColumnTypeMapper

  • All Implemented Interfaces:
    ExtensionPoint

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

      • NamespaceColumnTypeMapper

        public NamespaceColumnTypeMapper()
    • Method Detail

      • convert

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