Package com.bumptech.glide.module

Types

Link copied to clipboard
abstract class AppGlideModule : LibraryGlideModule, AppliesOptions
Defines a set of dependencies and options to use when initializing Glide within an application.
Link copied to clipboard
interface GlideModule : RegistersComponents, AppliesOptions
An interface allowing lazy configuration of Glide including setting options using and registering ModelLoaders.
Link copied to clipboard
abstract class LibraryGlideModule : RegistersComponents
Registers a set of components to use when initializing Glide within an app when Glide's annotation processor is used.
Link copied to clipboard
class ManifestParser
Parses com.bumptech.glide.module.GlideModule references out of the AndroidManifest file.