ProvidedTypeConverter



Marks a class containing TypeConverter functions that will be provided to Room at runtime.

An instance of a class annotated with this annotation has to be provided to the Room database using androidx.room3.RoomDatabase.Builder.addTypeConverter. If Room uses the annotated type converter class, it will verify that it is provided in the builder and if not, it will throw an exception.

Summary

Public constructors

Cmn

Public constructors

ProvidedTypeConverter

ProvidedTypeConverter()