Compiler
Everything under Quiote\Request\Compiler.
Classes
Section titled “Classes”| Class | Description |
|---|---|
RequestDtoDefinition | Format-independent description of a #[MapRequest] DTO class: its constructor-promoted properties, in declaration order. |
RequestDtoProperty | One constructor-promoted property of a #[MapRequest] DTO, as reflected by RequestDtoScanner. |
RequestDtoScanner | Reflects a #[MapRequest] DTO class exactly once (results are cached by RequestDtoRegistry) to produce two independent things from the same walk of its constructor-promoted properties: |