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§
- Field
Resolver - Resolves fixture field paths to language-specific accessor expressions.