Skip to content

AdapterDescriptor

Which Adapter mapped a binding: a named one (id/externalId) or an inline, unnamed one. The frozen descriptor also carries the mapping’s own rules and outputContract; they are opaque here — there is no client-side mapping engine, by design.

[frozen: string]: unknown

optional externalId?: string | null


optional id?: string


optional inline?: boolean