bool isRegistered<T>(String schemaType) { return _typeConverterMap[T]?.containsKey(schemaType) == true; }