Interface GroupExtractor

    • Method Detail

      • handles

        boolean handles​(Object obj)
        Checks whether the data type is handled.
        Parameters:
        obj - the object to check
        Returns:
        true if handled
      • extractGroup

        String extractGroup​(Object obj)
        Extracts the group from the object.
        Parameters:
        obj - the object to process
        Returns:
        the extracted group, null if failed to extract or not handled