Class Null

    • Constructor Detail

      • Null

        public Null()
    • Method Detail

      • handles

        public boolean handles​(Object obj)
        Checks whether the data type is handled.
        Specified by:
        handles in interface GroupExtractor
        Parameters:
        obj - the object to check
        Returns:
        true if handled
      • doExtractGroup

        protected String doExtractGroup​(Object obj)
        Extracts the group from the object.
        Specified by:
        doExtractGroup in class AbstractGroupExtractor
        Parameters:
        obj - the object to process
        Returns:
        the extracted group, null if failed to extract or not handled