Builder

class Builder

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
fun default(supplier: Supplier<Any>)

Sets the supplier for types that weren't defined by forType.

Link copied to clipboard
inline fun <T : Any> forType(noinline supplier: Supplier<T>?)

Assigns the supplier to the specific type.