Class OkHttpLibraryGlideModule
java.lang.Object
com.bumptech.glide.module.LibraryGlideModule
com.bumptech.glide.integration.okhttp3.OkHttpLibraryGlideModule
public final class OkHttpLibraryGlideModule
extends com.bumptech.glide.module.LibraryGlideModule
Registers OkHttp related classes via Glide's annotation processor.
For Applications that depend on this library and include an AppGlideModule and Glide's
annotation processor, this class will be automatically included.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidregisterComponents(Context context, com.bumptech.glide.Glide glide, com.bumptech.glide.Registry registry)
-
Constructor Details
-
OkHttpLibraryGlideModule
public OkHttpLibraryGlideModule()
-
-
Method Details
-
registerComponents
public void registerComponents(@NonNull Context context, @NonNull com.bumptech.glide.Glide glide, @NonNull com.bumptech.glide.Registry registry) - Overrides:
registerComponentsin classcom.bumptech.glide.module.LibraryGlideModule
-