Builder
class Builder
Functions
Link copied to clipboard
Register a Decoder.Factory.
Register a Fetcher.Factory.
Append an Interceptor to the end of the list.
Register a Keyer.
Register a Mapper.
Link copied to clipboard
Register a factory of Decoder.Factorys.
Link copied to clipboard
fun addFetcherFactories(factory: () -> List<Pair<Fetcher.Factory<out Any>, KClass<out Any>>>): ComponentRegistry.Builder
Register a factory of Fetcher.Factorys.
Link copied to clipboard