Package com.bumptech.glide.load.model
Class MultiModelLoaderFactory
java.lang.Object
com.bumptech.glide.load.model.MultiModelLoaderFactory
Capable of building an
ModelLoader that wraps one or more other ModelLoaders for
a given model and data class.-
Constructor Summary
ConstructorsConstructorDescriptionMultiModelLoaderFactory(androidx.core.util.Pools.Pool<List<Throwable>> throwableListPool) -
Method Summary
-
Constructor Details
-
MultiModelLoaderFactory
-
-
Method Details
-
build
@NonNull public <Model,Data> ModelLoader<Model,Data> build(@NonNull Class<Model> modelClass, @NonNull Class<Data> dataClass)
-