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
In DefaultOperationParameterCustomizer parameter ordering is chosen such that required parameters always go first (this is useful for certain code generators). Also parameters from handler methods are preferred over parameters from other sources (such as @Operation or direct @Parameter annotations).
Extract this sorting choice as a separate bean, such that library users can choose their own way of parameter sorting/handling.
The text was updated successfully, but these errors were encountered:
In
DefaultOperationParameterCustomizer
parameter ordering is chosen such that required parameters always go first (this is useful for certain code generators). Also parameters from handler methods are preferred over parameters from other sources (such as@Operation
or direct@Parameter
annotations).Extract this sorting choice as a separate bean, such that library users can choose their own way of parameter sorting/handling.
The text was updated successfully, but these errors were encountered: