![JAR search and dependency download from the Maven repository](/logo.png)
com.bumptech.glide.load.data.DataRewinderRegistry Maven / Gradle / Ivy
package com.bumptech.glide.load.data;
import com.bumptech.glide.util.Preconditions;
import java.util.HashMap;
import java.util.Map;
/**
* Stores a mapping of data class to {@link com.bumptech.glide.load.data.DataRewinder.Factory} and
* allows registration of new types and factories.
*/
public class DataRewinderRegistry {
private final Map, DataRewinder.Factory>> rewinders = new HashMap<>();
private static final DataRewinder.Factory> DEFAULT_FACTORY =
new DataRewinder.Factory
© 2015 - 2025 Weber Informatics LLC | Privacy Policy