Package com.bumptech.glide.module
Class LibraryGlideModule
- java.lang.Object
-
- com.bumptech.glide.module.LibraryGlideModule
-
- Direct Known Subclasses:
AppGlideModule
public abstract class LibraryGlideModule extends java.lang.ObjectRegisters a set of components to use when initializing Glide within an app when Glide's annotation processor is used.Any number of LibraryGlideModules can be contained within any library or application.
LibraryGlideModules are called in no defined order. If LibraryGlideModules within an application conflict,
AppGlideModules can use theExcludesannotation to selectively remove one or more of the conflicting modules.
-
-
Constructor Summary
Constructors Constructor Description LibraryGlideModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidregisterComponents(android.content.Context context, Glide glide, Registry registry)
-