Class Loader<C,​M>

    • Constructor Detail

      • Loader

        public Loader​(DataProxy<C,​M> proxy)
        Creates a new base loader instance. Since a data reader is not used, the data returned by the data proxy will not be read and converted by a reader.
        Parameters:
        proxy - the data proxy
      • Loader

        public Loader​(DataProxy<C,​T> proxy,
                      DataReader<M,​T> reader)
        Creates a new loader with the given proxy and reader.
        Type Parameters:
        T - the type of data being proxied
        Parameters:
        proxy - the data proxy
        reader - the data reader