File tree Expand file tree Collapse file tree 1 file changed +1
-39
lines changed
Expand file tree Collapse file tree 1 file changed +1
-39
lines changed Original file line number Diff line number Diff line change 2323
2424</div >
2525
26- ## 🏗️ Architecture
27-
28- ``` mermaid
29- graph TD
30- A[YAML Definition] --> B[DTO Generator]
31- B --> C[Generated DTO Class]
32-
33- A --> D[Field Types]
34- A --> E[Transformers]
35- A --> F[Validation Rules]
36- A --> G[Behavioral Traits]
37-
38- C --> H[Functional Traits]
39- H --> I[ValidatesData]
40- H --> J[ConvertsData]
41- H --> K[DtoUtilities]
42-
43- G --> L[HasTimestamps]
44- G --> M[HasUuid]
45- G --> N[HasSoftDeletes]
46- G --> O[HasVersioning]
47- G --> P[HasTagging]
48- G --> Q[HasAuditing]
49- G --> R[HasCaching]
50-
51- E --> S[String Transformers]
52- E --> T[Numeric Transformers]
53- E --> U[Custom Transformers]
54-
55- C --> V[Model Integration]
56- C --> W[Collection Support]
57- C --> X[Export Formats]
58-
59- style A fill:#e1f5fe
60- style C fill:#c8e6c9
61- style H fill:#fff3e0
62- style G fill:#f3e5f5
63- style E fill:#fce4ec
64- ```
26+
6527
6628## <span style =" color : #FF9900 ;" >✨</span > Key Features
6729
You can’t perform that action at this time.
0 commit comments