convert To Final Type
A mutable map that associates a Class
type with a conversion function. The conversion function transforms an input of type Any
into an Any
object of the specified target class type.
This map can be utilized for dynamic type conversion by providing a mapping between a target class type and its corresponding transformation logic. It supports extensible and custom transformations for various type requirements.