DataBuilderFactory

interface DataBuilderFactory<out T : DataBuilder<*>>

An interface to support polymorphic fragments. For polymorphic fragments, we don't know what Builder to instantiate. The user needs to explicitly opt in one of them.

Functions

Link copied to clipboard
abstract fun newBuilder(customScalarAdapters: CustomScalarAdapters): T