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 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:
      registerComponents in class com.bumptech.glide.module.LibraryGlideModule