Skip to main content

Module field_access

Module field_access 

Source
Expand description

Field path resolution for nested struct/map access in e2e assertions.

The FieldResolver maps fixture field paths (e.g., “metadata.title”) to actual API struct paths (e.g., “metadata.document.title”) and generates language-specific accessor expressions.

Structs§

FieldResolver
Resolves fixture field paths to language-specific accessor expressions.