Class 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.

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void registerComponents​(android.content.Context context, com.bumptech.glide.Glide glide, com.bumptech.glide.Registry registry)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • OkHttpLibraryGlideModule

        public OkHttpLibraryGlideModule()
    • Method Detail

      • registerComponents

        public void registerComponents​(@NonNull
                                       android.content.Context context,
                                       @NonNull
                                       com.bumptech.glide.Glide glide,
                                       @NonNull
                                       com.bumptech.glide.Registry registry)
        Overrides:
        registerComponents in class com.bumptech.glide.module.LibraryGlideModule