ProvidedColumnTypeConverter


@Target(allowedTargets = [AnnotationTarget.CLASS])
@Retention(value = AnnotationRetention.BINARY)
public annotation 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

Public constructors

ProvidedColumnTypeConverter

public ProvidedColumnTypeConverter()