Class LoadPath<Data,ResourceType,Transcode>

java.lang.Object
com.bumptech.glide.load.engine.LoadPath<Data,ResourceType,Transcode>
Type Parameters:
Data - The type of data that will be fetched.
ResourceType - The type of intermediate resource that will be decoded within one of the DecodePaths.
Transcode - The type of resource that will be returned as the result if the load and one of the decode paths succeeds.

public class LoadPath<Data,ResourceType,Transcode> extends Object
For a given DataFetcher for a given data class, attempts to fetch the data and then run it through one or more DecodePaths.