Interface FieldExtractor<T>

    • Method Detail

      • extract

        java.lang.Object[] extract​(T item)
        Parameters:
        item - the object that contains the information to be extracted.
        Returns:
        an array containing item's parts