Interface ExifTagOperation<I,​O>

    • Method Detail

      • accepts

        Class[] accepts()
        Returns the type of data that we can process.
        Returns:
        the type of data
      • generates

        Class[] generates()
        Returns the type of data that we generate.
        Returns:
        the type of data
      • process

        O process​(I input,
                  MessageCollection errors)
        Processes the incoming data.
        Parameters:
        input - the input to process
        errors - for storing errors
        Returns:
        the generated output