ProvidedColumnTypeConverter



Marks a class containing ColumnTypeConverter functions provided to Room at runtime.

Pass an instance of the annotated class to androidx.room3.RoomDatabase.Builder.addColumnTypeConverter. Room verifies that the converter is provided in the builder and throws an exception if missing.

Summary

Public constructors

Cmn

Public constructors

ProvidedColumnTypeConverter

ProvidedColumnTypeConverter()