DriverCapabilitiesMapper class

Maps native JSON payloads to domain DriverCapabilities and DbmsInfo.

Keeps JSON parsing at the infrastructure boundary so domain entities stay pure value objects.

Properties

hashCode → int
The hash code for this object.
no setterinherited
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited

Static Methods

dbmsInfoFromJson(Map<String, Object?> json) → DbmsInfo
Parses live DBMS introspection JSON from odbc_get_connection_dbms_info.
fromJson(Map<String, Object?> json) → DriverCapabilities
Parses a driver-capabilities JSON map from the native layer.