Package com.bumptech.glide.provider

Types

Link copied to clipboard
open class EncoderRegistry
Contains an ordered list of Encoders capable of encoding arbitrary data types.
Link copied to clipboard
class ImageHeaderParserRegistry
Contains an unordered list of ImageHeaderParsers capable of parsing image headers.
Link copied to clipboard
open class LoadPathCache
Maintains a cache of data, resource, and transcode classes to available s capable of decoding with the requested types.
Link copied to clipboard
open class ModelToResourceClassCache
Maintains a cache of Model + Resource class to a set of registered resource classes that are subclasses of the resource class that can be decoded from the model class.
Link copied to clipboard
open class ResourceDecoderRegistry
Contains an ordered list of ResourceDecoders capable of decoding arbitrary data types into arbitrary resource types from highest priority decoders to lowest priority decoders.
Link copied to clipboard
open class ResourceEncoderRegistry
Contains an ordered list of ResourceEncoders capable of encoding arbitrary resource types.