com.bumptech.glide
Class RequestManager.ImageModelRequest<T>

java.lang.Object
  extended by com.bumptech.glide.RequestManager.ImageModelRequest<T>
Type Parameters:
T - The type of the model.
Enclosing class:
RequestManager

public final class RequestManager.ImageModelRequest<T>
extends Object

A helper class for building requests with custom ModelLoaders that translate models to InputStream resources for loading images.


Method Summary
 DrawableTypeRequest<T> load(T model)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

load

public DrawableTypeRequest<T> load(T model)