Class ModelLoader.LoadData<Data>

java.lang.Object
com.bumptech.glide.load.model.ModelLoader.LoadData<Data>
Type Parameters:
Data - The type of data that well be loaded.
Enclosing interface:
ModelLoader<Model,Data>

public static class ModelLoader.LoadData<Data> extends Object
Contains a set of Keys identifying the source of the load, alternate cache keys pointing to equivalent data, and a DataFetcher that can be used to fetch data not found in cache.
  • Field Details

    • sourceKey

      public final Key sourceKey
    • alternateKeys

      public final List<Key> alternateKeys
    • fetcher

      public final DataFetcher<Data> fetcher
  • Constructor Details