Interface NonAggregateDataSource

    • Method Detail

      • get

        Object get​(Object obj)
        Gets data given the specified object.
        Parameters:
        obj - an object to get the data from
        Returns:
        the retrieved data.