coil-base
/
coil
/
ComponentRegistry
/
Builder
Builder
class
Builder
Content copied to clipboard
Constructors
Functions
Constructors
Builder
Link copied to clipboard
fun
Builder
()
Content copied to clipboard
Builder
Link copied to clipboard
fun
Builder
(registry:
ComponentRegistry
)
Content copied to clipboard
Functions
add
Link copied to clipboard
fun
add
(decoder:
Decoder
):
ComponentRegistry.Builder
Content copied to clipboard
Register a
Decoder
.
inline fun <
T
:
Any
>
add
(fetcher:
Fetcher
<
T
>):
ComponentRegistry.Builder
Content copied to clipboard
fun <
T
:
Any
>
add
(fetcher:
Fetcher
<
T
>, type:
Class
<
T
>):
ComponentRegistry.Builder
Content copied to clipboard
Register a
Fetcher
.
fun
add
(interceptor:
Interceptor
):
ComponentRegistry.Builder
Content copied to clipboard
Register an
Interceptor
.
inline fun <
T
:
Any
>
add
(mapper:
Mapper
<
T
, *>):
ComponentRegistry.Builder
Content copied to clipboard
fun <
T
:
Any
>
add
(mapper:
Mapper
<
T
, *>, type:
Class
<
T
>):
ComponentRegistry.Builder
Content copied to clipboard
Register a
Mapper
.
build
Link copied to clipboard
fun
build
():
ComponentRegistry
Content copied to clipboard