dataAdapter

fun dataAdapter(builder: () -> DataAdapter<*>)

Call this to register a custom data adapter class. Generally you'd pass a constructor here, but you can also provide a lambda if needed.