Index
All Classes and Interfaces|All Packages|Constant Field Values
C
- com.bumptech.glide.annotation - package com.bumptech.glide.annotation
E
- Excludes - Annotation Interface in com.bumptech.glide.annotation
-
Specifies a set of GlideModule and/or LibraryGlideModule classes that should be excluded from an application.
G
- GlideExtension - Annotation Interface in com.bumptech.glide.annotation
-
Indicate a class that extends Glide's public API.
- GlideModule - Annotation Interface in com.bumptech.glide.annotation
-
Identifies AppGlideModules and LibraryGlideModules for Glide's annotation processor to merge at compile time.
- glideName() - Element in annotation interface com.bumptech.glide.annotation.GlideModule
-
Returns the name of the class that will be used as a replacement for
com.bumptech.glide.Glidein Applications that depend on Glide's generated code. - GlideOption - Annotation Interface in com.bumptech.glide.annotation
-
Identifies methods in
GlideExtensionannotated classes that extendcom.bumptech.glide.request.RequestOptions. - GlideType - Annotation Interface in com.bumptech.glide.annotation
-
Identifies methods in
GlideExtensionannotated classes that extendcom.bumptech.glide.RequestManager.
M
- memoizeStaticMethod() - Element in annotation interface com.bumptech.glide.annotation.GlideOption
-
trueto indicate that it's safe to statically memoize the result of this method usingcom.bumptech.glide.request.RequestOptions#autoClone().
O
- override() - Element in annotation interface 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 interface com.bumptech.glide.annotation.GlideOption
-
Expects to call super and then add additional functionality to an overridden method.
- OVERRIDE_NONE - Static variable in annotation interface com.bumptech.glide.annotation.GlideOption
-
Does not intend to override a method in a super class.
- OVERRIDE_REPLACE - Static variable in annotation interface com.bumptech.glide.annotation.GlideOption
-
Expects to not call super and replace an overridden method.
S
- skipStaticMethod() - Element in annotation interface com.bumptech.glide.annotation.GlideOption
-
trueto prevent a static builder method from being generated. - staticMethodName() - Element in annotation interface com.bumptech.glide.annotation.GlideOption
-
Sets the name for the generated static version of this method.
V
- value() - Element in annotation interface com.bumptech.glide.annotation.Excludes
- value() - Element in annotation interface com.bumptech.glide.annotation.GlideType
-
A Resource class name, like GifDrawable.class, Bitmap.class etc.
All Classes and Interfaces|All Packages|Constant Field Values