C E G M O S V 
All Classes All Packages

C

com.bumptech.glide.annotation - package com.bumptech.glide.annotation
 

E

Excludes - Annotation Type in com.bumptech.glide.annotation
Specifies a set of GlideModule and/or LibraryGlideModule classes that should be excluded from an application.

G

GlideExtension - Annotation Type in com.bumptech.glide.annotation
Indicate a class that extends Glide's public API.
GlideModule - Annotation Type in com.bumptech.glide.annotation
Identifies AppGlideModules and LibraryGlideModules for Glide's annotation processor to merge at compile time.
glideName() - Method in annotation type com.bumptech.glide.annotation.GlideModule
Returns the name of the class that will be used as a replacement for com.bumptech.glide.Glide in Applications that depend on Glide's generated code.
GlideOption - Annotation Type in com.bumptech.glide.annotation
Identifies methods in GlideExtension annotated classes that extend com.bumptech.glide.request.RequestOptions.
GlideType - Annotation Type in com.bumptech.glide.annotation
Identifies methods in GlideExtension annotated classes that extend com.bumptech.glide.RequestManager.

M

memoizeStaticMethod() - Method in annotation type com.bumptech.glide.annotation.GlideOption
true to indicate that it's safe to statically memoize the result of this method using com.bumptech.glide.request.RequestOptions#autoClone().

O

override() - Method in annotation type com.bumptech.glide.annotation.GlideOption
Determines how and whether a generated method should extend a method from it's parent.
OVERRIDE_EXTEND - Static variable in annotation type com.bumptech.glide.annotation.GlideOption
Expects to call super and then add additional functionality to an overridden method.
OVERRIDE_NONE - Static variable in annotation type com.bumptech.glide.annotation.GlideOption
Does not intend to override a method in a super class.
OVERRIDE_REPLACE - Static variable in annotation type com.bumptech.glide.annotation.GlideOption
Expects to not call super and replace an overridden method.

S

skipStaticMethod() - Method in annotation type com.bumptech.glide.annotation.GlideOption
true to prevent a static builder method from being generated.
staticMethodName() - Method in annotation type com.bumptech.glide.annotation.GlideOption
Sets the name for the generated static version of this method.

V

value() - Method in annotation type com.bumptech.glide.annotation.Excludes
 
value() - Method in annotation type com.bumptech.glide.annotation.GlideType
A Resource class name, like GifDrawable.class, Bitmap.class etc.
C E G M O S V 
All Classes All Packages