Class Null

    • Constructor Detail

      • Null

        public Null()
    • Method Detail

      • handles

        public boolean handles​(Object obj)
        Checks whether the data type is handled.
        Parameters:
        obj - the object to check
        Returns:
        always false
      • doExtractID

        protected String doExtractID​(Object obj)
        Extracts the ID from the object.
        Specified by:
        doExtractID in class AbstractIDExtractor
        Parameters:
        obj - the object to process
        Returns:
        always null