public class DataRewinderRegistry
extends java.lang.Object
DataRewinder.Factory and
allows registration of new types and factories.| Constructor and Description |
|---|
DataRewinderRegistry() |
| Modifier and Type | Method and Description |
|---|---|
<T> DataRewinder<T> |
build(T data) |
void |
register(DataRewinder.Factory<?> factory) |
public void register(@NonNull
DataRewinder.Factory<?> factory)
@NonNull public <T> DataRewinder<T> build(@NonNull T data)