Class MultiModelLoaderFactory

java.lang.Object
com.bumptech.glide.load.model.MultiModelLoaderFactory

public class MultiModelLoaderFactory extends Object
Capable of building an ModelLoader that wraps one or more other ModelLoaders for a given model and data class.
  • Constructor Details

    • MultiModelLoaderFactory

      public MultiModelLoaderFactory(@NonNull androidx.core.util.Pools.Pool<List<Throwable>> throwableListPool)
  • Method Details

    • build

      @NonNull public <Model, Data> ModelLoader<Model,Data> build(@NonNull Class<Model> modelClass, @NonNull Class<Data> dataClass)