public class DataRewinderRegistry extends 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(DataRewinder.Factory<?> factory)
public <T> DataRewinder<T> build(T data)