You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: customer-service/README.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,10 +40,11 @@ against.
40
40
***customer-service** exposes an **enhanced OpenAPI contract** at `/v3/api-docs.yaml` (and Swagger UI).
41
41
It auto-registers generic wrappers (`ServiceResponse<T>`) using `OpenApiCustomizer` and `ResponseTypeIntrospector`,
42
42
enriching the spec with vendor extensions:
43
-
-`x-api-wrapper: true`
44
-
-`x-api-wrapper-datatype: <T>`
43
+
-`x-api-wrapper: true`
44
+
-`x-api-wrapper-datatype: <T>`
45
45
46
-
***customer-service-client** runs the OpenAPI Generator against this enhanced contract, applying generics-aware Mustache templates to generate **thin wrapper classes** instead of duplicating full models.
46
+
***customer-service-client** runs the OpenAPI Generator against this enhanced contract, applying generics-aware
47
+
Mustache templates to generate **thin wrapper classes** instead of duplicating full models.
0 commit comments